Yahtzee/project.godot

37 lines
886 B
Plaintext
Raw Permalink Normal View History

2024-08-19 09:33:32 +02:00
; 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"
2024-08-19 09:33:32 +02:00
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"
2024-08-19 09:33:32 +02:00
[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