teststrecke-game/project.godot
2024-11-03 19:16:30 +01:00

27 lines
622 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=5
[application]
config/name="CustomInputTest"
run/main_scene="res://scenes/menu.tscn"
config/features=PackedStringArray("4.3", "Forward Plus")
config/icon="res://icon.svg"
[autoload]
Gamestate="*res://scripts/gamestate.gd"
[layer_names]
2d_physics/layer_1="walls"
2d_physics/layer_2="walldetection"
2d_physics/layer_3="Finish"
2d_physics/layer_4="Checkpoint"