diff options
author | tpart <tpart120@proton.me> | 2024-07-13 16:31:09 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-07-13 16:31:09 +0200 |
commit | b543806c034150b637ac3baf6c434c634ecca4c1 (patch) | |
tree | 728caca9d81e9fbac1b494b4f4061b2bfa525e5b /client/project.godot | |
parent | 54b37f35dd2a7fbbd639293d850abc97df2d4054 (diff) | |
download | hurrycurry-b543806c034150b637ac3baf6c434c634ecca4c1.tar hurrycurry-b543806c034150b637ac3baf6c434c634ecca4c1.tar.bz2 hurrycurry-b543806c034150b637ac3baf6c434c634ecca4c1.tar.zst |
Add protocol version check in client
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 0167ce36..0c0613cc 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", "res://menu/popup_message.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", "res://multiplayer.gd") [rendering] |