summaryrefslogtreecommitdiffstats
path: root/platform/web/export
diff options
context:
space:
mode:
authorpatwork <patwork@gmail.com>2024-04-25 02:09:48 +0200
committerpatwork <patwork@gmail.com>2024-04-25 11:12:55 +0200
commit7c8a4a9daba4261571a7c7877be93b0ceca649ce (patch)
tree418e0e94f15e570a1d245f243c919a86730b8264 /platform/web/export
parente0f58a31946800635501fc4f6f8c4f74c5c5e321 (diff)
downloadredot-engine-7c8a4a9daba4261571a7c7877be93b0ceca649ce.tar.gz
Added splash image support and new progress bar for web export
Diffstat (limited to 'platform/web/export')
-rw-r--r--platform/web/export/export_plugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/web/export/export_plugin.cpp b/platform/web/export/export_plugin.cpp
index 41c969b5f4..92da7799e7 100644
--- a/platform/web/export/export_plugin.cpp
+++ b/platform/web/export/export_plugin.cpp
@@ -170,6 +170,7 @@ void EditorExportPlatformWeb::_fix_html(Vector<uint8_t> &p_html, const Ref<Edito
replaces["$GODOT_PROJECT_NAME"] = GLOBAL_GET("application/config/name");
replaces["$GODOT_HEAD_INCLUDE"] = head_include + custom_head_include;
replaces["$GODOT_CONFIG"] = str_config;
+ replaces["$GODOT_SPLASH"] = p_name + ".png";
if (p_preset->get("variant/thread_support")) {
replaces["$GODOT_THREADS_ENABLED"] = "true";