; Engine configuration file. ; It's best edited using the editor UI and not directly, ; since the parameters that go here are not all obvious. ; ; Format: ; [section] ; section goes between [] ; param=value ; assign values to parameters config_version=5 [application] config/name="Yahtzee" run/main_scene="res://MainMenu.tscn" config/features=PackedStringArray("4.2", "Mobile") run/low_processor_mode=true boot_splash/image="res://android export/Yahtzee.png" config/icon="res://android export/Yahtzee.png" [autoload] Player_Manger="*res://PlayerManager.gd" [display] window/size/viewport_width=1080 window/size/viewport_height=1920 window/size/initial_position=Vector2i(1080, 1920) window/stretch/mode="canvas_items" window/stretch/aspect="ignore" window/handheld/orientation=1 [rendering] renderer/rendering_method="mobile" textures/vram_compression/import_etc2_astc=true