From ed32764da88404ab30834a4ed3a6b62482367b76 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Fri, 8 Dec 2023 19:04:05 +0100 Subject: [PATCH] Basis app settings --- I18N Commander/App/project.godot | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/I18N Commander/App/project.godot b/I18N Commander/App/project.godot index 73bafee..62dd5b8 100644 --- a/I18N Commander/App/project.godot +++ b/I18N Commander/App/project.godot @@ -10,11 +10,19 @@ config_version=5 [application] -config/name="App" +config/name="I18N Commander" run/main_scene="res://scenes/loading_screen.tscn" config/features=PackedStringArray("4.2", "C#", "GL Compatibility") +run/low_processor_mode=true config/icon="res://icon.svg" +[display] + +window/size/initial_position_type=3 +window/stretch/aspect="ignore" +window/ios/hide_home_indicator=false +window/ios/hide_status_bar=false + [dotnet] project/assembly_name="App"