diff options
author | LegendGuard <49716252+LegendaryGuard@users.noreply.github.com> | 2024-11-15 10:51:25 +0100 |
---|---|---|
committer | LegendaryGuard <theasixchan777@gmail.com> | 2024-11-15 11:15:36 +0100 |
commit | a887cfe5bfb8a047e438394d2c302c7a880bf851 (patch) | |
tree | 6e0d65df571199b8fc5fcc9d31c3824c53f72b1f /platform | |
parent | 8c6734ad065c2ab6310084666fba324c5aa33405 (diff) | |
download | redot-engine-a887cfe5bfb8a047e438394d2c302c7a880bf851.tar.gz |
Rebrand godette into redot-chan on Platformer 2 comment for consistency
Diffstat (limited to 'platform')
-rw-r--r-- | platform/web/api/web_tools_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/web/api/web_tools_editor_plugin.cpp b/platform/web/api/web_tools_editor_plugin.cpp index 4bf0de7768..ae5ab85cd9 100644 --- a/platform/web/api/web_tools_editor_plugin.cpp +++ b/platform/web/api/web_tools_editor_plugin.cpp @@ -73,7 +73,7 @@ void WebToolsEditorPlugin::_download_zip() { // Name the downloaded ZIP file to contain the project name and download date for easier organization. // Replace characters not allowed (or risky) in Windows file names with safe characters. // In the project name, all invalid characters become an empty string so that a name - // like "Platformer 2: Redot-chan's Revenge" becomes "platformer_2-_godette-s_revenge". + // like "Platformer 2: Redot-chan's Revenge" becomes "platformer_2-_redot-chan-s_revenge". const String project_name = GLOBAL_GET("application/config/name"); const String project_name_safe = project_name.to_lower().replace(" ", "_"); const String datetime_safe = |