33 lines
691 B
Plaintext
33 lines
691 B
Plaintext
; 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="ski_invasion"
|
|
run/main_scene="res://src/map/map.tscn"
|
|
config/features=PackedStringArray("4.2", "Forward Plus")
|
|
config/icon="res://icon.svg"
|
|
|
|
[autoload]
|
|
|
|
Global="*res://src/global.gd"
|
|
|
|
[layer_names]
|
|
|
|
2d_physics/layer_1="World"
|
|
2d_physics/layer_2="Player"
|
|
2d_physics/layer_3="Enemy"
|
|
2d_physics/layer_4="Avalanche"
|
|
2d_physics/layer_5="Other"
|
|
|
|
[rendering]
|
|
|
|
textures/canvas_textures/default_texture_filter=0
|