2022-04-01 23:14:16 +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=4
|
|
|
|
|
2022-04-02 18:06:35 +00:00
|
|
|
_global_script_classes=[ {
|
|
|
|
"base": "Sprite",
|
|
|
|
"class": "Fire",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://src/Fire.gd"
|
|
|
|
} ]
|
|
|
|
_global_script_class_icons={
|
|
|
|
"Fire": ""
|
|
|
|
}
|
|
|
|
|
2022-04-01 23:14:16 +00:00
|
|
|
[application]
|
|
|
|
|
|
|
|
config/name="LD50"
|
2022-04-02 18:06:35 +00:00
|
|
|
run/main_scene="res://src/Game.tscn"
|
2022-04-01 23:14:16 +00:00
|
|
|
|
|
|
|
[display]
|
|
|
|
|
|
|
|
window/size/width=1280
|
|
|
|
window/size/height=720
|
2022-04-02 18:06:35 +00:00
|
|
|
window/size/resizable=false
|
2022-04-01 23:14:16 +00:00
|
|
|
|
|
|
|
[physics]
|
|
|
|
|
|
|
|
common/enable_pause_aware_picking=true
|
|
|
|
|
|
|
|
[rendering]
|
|
|
|
|
|
|
|
environment/default_environment="res://src/default_env.tres"
|