Draft: Resolve "Migrate app to use Godot for the UI" #93

Open
thorsten wants to merge 34 commits from 58-migrate-app-to-use-godot-for-the-ui into main
Showing only changes of commit ed32764da8 - Show all commits

View File

@ -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"