1
Fork 0
mirror of https://github.com/RYGhub/the-cold-night.git synced 2024-10-16 20:07:26 +00:00
the-cold-night/project.godot
2022-04-02 20:06:35 +02:00

38 lines
704 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
_global_script_classes=[ {
"base": "Sprite",
"class": "Fire",
"language": "GDScript",
"path": "res://src/Fire.gd"
} ]
_global_script_class_icons={
"Fire": ""
}
[application]
config/name="LD50"
run/main_scene="res://src/Game.tscn"
[display]
window/size/width=1280
window/size/height=720
window/size/resizable=false
[physics]
common/enable_pause_aware_picking=true
[rendering]
environment/default_environment="res://src/default_env.tres"