diff options
author | tpart <tpart120@proton.me> | 2024-07-12 00:49:30 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-07-12 00:49:42 +0200 |
commit | 6173d3e9a45f17dc92318d11786c5631143808e5 (patch) | |
tree | 156571ba92601545bfe8f543f0192ecb4bc55d8b /client/project.godot | |
parent | bcb1105f8103e20e716e9a3cfb9c0d5cb11db765 (diff) | |
download | hurrycurry-6173d3e9a45f17dc92318d11786c5631143808e5.tar hurrycurry-6173d3e9a45f17dc92318d11786c5631143808e5.tar.bz2 hurrycurry-6173d3e9a45f17dc92318d11786c5631143808e5.tar.zst |
Add hint system
Diffstat (limited to 'client/project.godot')
-rw-r--r-- | client/project.godot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/project.godot b/client/project.godot index e83947e9..0167ce36 100644 --- a/client/project.godot +++ b/client/project.godot @@ -170,7 +170,7 @@ start_game={ [internationalization] locale/translations=PackedStringArray("res://po/de.po") -locale/translations_pot_files=PackedStringArray("res://global.gd", "res://menu/overlay.tscn", "res://menu/setup.tscn", "res://menu/character.tscn", "res://menu/credits.tscn", "res://menu/error.tscn", "res://menu/ingame.tscn", "res://menu/lobby.tscn", "res://menu/main.tscn", "res://menu/settings.tscn", "res://menu/ingame.gd", "res://menu/lobby.gd") +locale/translations_pot_files=PackedStringArray("res://global.gd", "res://menu/overlay.tscn", "res://menu/setup.tscn", "res://menu/character.tscn", "res://menu/credits.tscn", "res://menu/error.tscn", "res://menu/ingame.tscn", "res://menu/lobby.tscn", "res://menu/main.tscn", "res://menu/settings.tscn", "res://menu/ingame.gd", "res://menu/lobby.gd", "res://menu/popup_message.gd") [rendering] |