diff --git a/addons/escoria-core b/addons/escoria-core index 2a2c7b81..bda2872d 120000 --- a/addons/escoria-core +++ b/addons/escoria-core @@ -1 +1 @@ -../../escoria-demo-game-new-interpreter-and-savegames/addons/escoria-core \ No newline at end of file +../../escoria-demo-game/addons/escoria-core \ No newline at end of file diff --git a/project.godot b/project.godot index 4ff4ee6c..e309c602 100644 --- a/project.godot +++ b/project.godot @@ -132,6 +132,10 @@ debug_no_intro={ ] } +[internationalization] + +locale/translations=PackedStringArray("res://gymkhana/translations/game.en.translation", "res://gymkhana/translations/game.fr.translation", "res://gymkhana/translations/main_menu.en.translation", "res://gymkhana/translations/main_menu.fr.translation", "res://gymkhana/translations/game.de.translation", "res://gymkhana/translations/main_menu.de.translation", "res://gymkhana/translations/turno_cocina.en.translation", "res://gymkhana/translations/turno_cocina.es.translation", "res://gymkhana/translations/turno_cocina.fr.translation", "res://gymkhana/translations/game.es.translation", "res://gymkhana/translations/main_menu.es.translation", "res://gymkhana/translations/lists/turno_cocina_pegatinas.es.translation") + [locale] translations=PackedStringArray("res://gymkhana/translations/game.en.translation", "res://gymkhana/translations/game.fr.translation", "res://gymkhana/translations/main_menu.en.translation", "res://gymkhana/translations/main_menu.fr.translation", "res://gymkhana/translations/game.de.translation", "res://gymkhana/translations/main_menu.de.translation", "res://gymkhana/translations/turno_cocina.en.translation", "res://gymkhana/translations/turno_cocina.es.translation", "res://gymkhana/translations/turno_cocina.fr.translation", "res://gymkhana/translations/game.es.translation", "res://gymkhana/translations/main_menu.es.translation", "res://gymkhana/translations/lists/turno_cocina_pegatinas.es.translation") @@ -149,4 +153,6 @@ limits/debugger/max_chars_per_second=99999999 [rendering] +textures/canvas_textures/default_texture_filter=0 +textures/vram_compression/import_etc2_astc=true environment/defaults/default_environment="res://default_env.tres"