diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-10-14 13:26:46 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-10-14 13:26:46 +0200 |
| commit | 557444cc4f39bec48eaca0ccb375fbbe688ee9bf (patch) | |
| tree | 91b0d20c99cea2f382edc0010b8b9044c9ac1794 /client/project.godot | |
| parent | 4817660831ce093e15b80dc4a7841a341f02149d (diff) | |
| download | hurrycurry-557444cc4f39bec48eaca0ccb375fbbe688ee9bf.tar hurrycurry-557444cc4f39bec48eaca0ccb375fbbe688ee9bf.tar.bz2 hurrycurry-557444cc4f39bec48eaca0ccb375fbbe688ee9bf.tar.zst | |
Show translation progress in language setting dropdown; Make TranslationManager a static class
Diffstat (limited to 'client/project.godot')
| -rw-r--r-- | client/project.godot | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/project.godot b/client/project.godot index c0d10492..89f25188 100644 --- a/client/project.godot +++ b/client/project.godot @@ -19,7 +19,6 @@ config/icon="res://icons/main.png" [autoload] -TranslationManager="*res://system/translation_manager.gd" Global="*res://global.gd" Sound="*res://audio/sound.tscn" DisableWrongJoypads="*res://system/disable_wrong_joypads.gd" |