1
Fork 0
mirror of https://github.com/Steffo99/nanogolf.git synced 2024-10-16 06:17:36 +00:00
algodist-steffo-nanogolf/project.godot
2024-03-19 04:23:03 +01:00

49 lines
1.1 KiB
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")
boot_splash/bg_color=Color(0, 0, 0, 1)
boot_splash/show_image=false
boot_splash/fullsize=false
boot_splash/use_filter=false
config/icon="res://media/icon_legacy.png"
[display]
window/size/viewport_width=272
window/size/viewport_height=480
window/stretch/mode="canvas_items"
window/stretch/aspect="expand"
window/handheld/orientation=1
[filesystem]
import/blender/enabled=false
[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)