chill out bro:
This commit is contained in:
parent
cbbf55a48a
commit
ddd02953da
10 changed files with 178 additions and 7 deletions
|
@ -11,6 +11,7 @@ config_version=5
|
|||
[application]
|
||||
|
||||
config/name="Capri"
|
||||
run/main_scene="res://maps/level1.tscn"
|
||||
config/features=PackedStringArray("4.3", "GL Compatibility")
|
||||
config/icon="res://icon.svg"
|
||||
|
||||
|
@ -35,6 +36,12 @@ folder_colors={
|
|||
"res://scripts/": "teal"
|
||||
}
|
||||
|
||||
[layer_names]
|
||||
|
||||
2d_physics/layer_1="solid"
|
||||
2d_physics/layer_2="slippery"
|
||||
2d_physics/layer_5="player"
|
||||
|
||||
[rendering]
|
||||
|
||||
textures/canvas_textures/default_texture_filter=0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue