flappy-bird/project.godot

33 lines
699 B
Text
Raw Normal View History

2020-01-14 22:20:17 +01: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
2024-04-16 12:44:28 +02:00
config_version=5
2020-01-14 22:20:17 +01:00
[application]
config/name="FlappyBird"
run/main_scene="res://Main.tscn"
2024-04-16 12:44:28 +02:00
config/features=PackedStringArray("4.2")
2020-01-14 22:20:17 +01:00
config/icon="res://icon.png"
[display]
2024-04-16 12:44:28 +02:00
window/size/viewport_width=420
window/size/viewport_height=640
2020-01-14 22:20:17 +01:00
2020-01-15 15:44:46 +01:00
[physics]
2d/default_gravity=0
2024-04-16 12:44:28 +02:00
2d/default_gravity_vector=Vector2(0, 0)
2020-01-15 15:44:46 +01:00
2020-01-14 22:20:17 +01:00
[rendering]
2024-04-16 12:44:28 +02:00
environment/defaults/default_environment="res://default_env.tres"
2020-01-14 22:20:17 +01:00
quality/driver/driver_name="GLES2"
vram_compression/import_etc=true