Yahtzee/project.godot
Yadciel 59f13e7318 Update game UI from OptionButton to LineEdit
Replaced multiple OptionButton instances with LineEdit for input fields, including three_of_a_kind, four_of_a_kind, and chance. Updated related scoring logic and adjusted UI themes and assets to reflect the new input method.
2024-09-21 12:30:37 +02:00

37 lines
886 B
Plaintext

; 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