diff options
Diffstat (limited to 'project.godot')
-rw-r--r-- | project.godot | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/project.godot b/project.godot index 3001e57..275d129 100644 --- a/project.godot +++ b/project.godot @@ -13,6 +13,8 @@ config_version=5 config/name="Magical Tower" run/main_scene="res://ui/start_screen.tscn" config/features=PackedStringArray("4.3", "GL Compatibility") +boot_splash/bg_color=Color(0.419608, 0.65098, 0.290196, 1) +boot_splash/show_image=false config/icon="res://icon.svg" [autoload] @@ -27,7 +29,9 @@ gdscript/warnings/integer_division=0 window/size/viewport_width=160 window/size/viewport_height=144 +window/size/mode=2 window/stretch/mode="viewport" +window/handheld/orientation=1 [global_group] @@ -35,6 +39,7 @@ item="" tilemap="" opponent="" hud="" +player="" [layer_names] @@ -48,3 +53,4 @@ hud="" renderer/rendering_method="gl_compatibility" renderer/rendering_method.mobile="gl_compatibility" +textures/vram_compression/import_etc2_astc=true |