1
Fork 0
mirror of https://github.com/Steffo99/nanogolf.git synced 2024-11-21 23:54:21 +00:00
algodist-steffo-nanogolf/project.godot

36 lines
839 B
Text
Raw Normal View History

2024-02-07 02:38:19 +00: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="Nanogolf"
2024-02-18 17:15:59 +00:00
run/main_scene="res://scenes/golf_level_2.tscn"
2024-02-07 02:38:19 +00:00
config/features=PackedStringArray("4.2", "Mobile")
config/icon="res://icon.svg"
2024-02-18 17:15:59 +00:00
[display]
window/size/viewport_width=272
window/size/viewport_height=480
window/stretch/mode="canvas_items"
window/stretch/aspect="expand"
window/handheld/orientation=1
[physics]
common/physics_ticks_per_second=300
common/max_physics_steps_per_frame=15
2024-02-07 02:38:19 +00:00
[rendering]
renderer/rendering_method="mobile"
2024-02-15 05:04:26 +00:00
textures/vram_compression/import_etc2_astc=true
2024-02-10 00:47:58 +00:00
environment/defaults/default_clear_color=Color(0, 0, 0, 1)