1
Fork 0
mirror of https://github.com/Steffo99/particle-clash.git synced 2024-11-21 23:24:18 +00:00
particle-clash/project.godot
2022-09-30 23:47:28 +02:00

28 lines
552 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=4
[application]
config/name="LD50"
run/main_scene="res://src/MainMenu.tscn"
config/icon="res://src/icon.png"
[display]
window/size/width=1280
window/size/height=720
[physics]
common/enable_pause_aware_picking=true
[rendering]
environment/default_environment="res://src/default_env.tres"