diff options
author | tpart <tpart120@proton.me> | 2024-07-21 09:59:25 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-07-21 09:59:35 +0200 |
commit | b9d07b0614dcfa53711c99ccf1938a11484f3838 (patch) | |
tree | 44555ed795628ff926af384665e74c5721b118bf /client/project.godot | |
parent | bf306ec89a9ba41f788008b833a9df470c2e37e5 (diff) | |
download | hurrycurry-b9d07b0614dcfa53711c99ccf1938a11484f3838.tar hurrycurry-b9d07b0614dcfa53711c99ccf1938a11484f3838.tar.bz2 hurrycurry-b9d07b0614dcfa53711c99ccf1938a11484f3838.tar.zst |
Add rating menu
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 8ef3527c..714b859c 100644 --- a/client/project.godot +++ b/client/project.godot @@ -185,7 +185,7 @@ zoom_out_discrete={ [internationalization] locale/translations=PackedStringArray("res://po/de.po", "res://po/fr.po", "res://po/es.po", "res://po/ja.po") -locale/translations_pot_files=PackedStringArray("res://global.gd", "res://menu/overlay.tscn", "res://menu/setup.tscn", "res://menu/character.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", "res://menu/hairstyle_preview.gd", "res://menu/credits.tscn", "res://menu/credits.gd") +locale/translations_pot_files=PackedStringArray("res://global.gd", "res://menu/overlay.tscn", "res://menu/setup.tscn", "res://menu/character.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", "res://menu/hairstyle_preview.gd", "res://menu/credits.tscn", "res://menu/credits.gd", "res://menu/rating/rating.gd") [rendering] |