34 lines
732 B
Plaintext
34 lines
732 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="FlappyBird2024"
|
|
run/main_scene="res://main.tscn"
|
|
config/features=PackedStringArray("4.0", "Mobile")
|
|
boot_splash/image="res://gfx/splash.png"
|
|
config/icon="res://icon.svg"
|
|
|
|
[display]
|
|
|
|
window/size/viewport_width=336
|
|
window/size/viewport_height=576
|
|
window/size/resizable=false
|
|
window/handheld/orientation=1
|
|
|
|
[editor]
|
|
|
|
version_control/plugin_name="GitPlugin"
|
|
version_control/autoload_on_startup=true
|
|
|
|
[rendering]
|
|
|
|
renderer/rendering_method="mobile"
|