Files
GameJam/gamejam/project.godot
2023-10-17 16:42:21 -03:00

22 lines
511 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="gamejam"
run/main_scene="res://src/levels/level_template.tscn"
config/features=PackedStringArray("4.1", "Forward Plus")
config/icon="res://icon.svg"
[layer_names]
2d_physics/layer_1="Player"
2d_physics/layer_2="Inimigos"