mirror of
https://github.com/Steffo99/nanogolf.git
synced 2024-11-21 15:44:21 +00:00
41 lines
932 B
Text
41 lines
932 B
Text
; 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"
|
|
run/main_scene="res://scenes/main.tscn"
|
|
config/features=PackedStringArray("4.2", "Mobile")
|
|
config/icon="res://icon.svg"
|
|
|
|
[display]
|
|
|
|
window/size/viewport_width=272
|
|
window/size/viewport_height=480
|
|
window/stretch/mode="canvas_items"
|
|
window/stretch/aspect="expand"
|
|
window/handheld/orientation=1
|
|
|
|
[layer_names]
|
|
|
|
2d_physics/layer_1="Default"
|
|
2d_physics/layer_2="Players"
|
|
2d_physics/layer_3="Walls"
|
|
|
|
[physics]
|
|
|
|
common/physics_ticks_per_second=300
|
|
common/max_physics_steps_per_frame=15
|
|
|
|
[rendering]
|
|
|
|
renderer/rendering_method="mobile"
|
|
textures/vram_compression/import_etc2_astc=true
|
|
environment/defaults/default_clear_color=Color(0, 0, 0, 1)
|