started work on moving collision layers and added jump and land sounds
This commit is contained in:
@@ -11,7 +11,7 @@ config_version=5
|
||||
[application]
|
||||
|
||||
config/name="First Person Test"
|
||||
run/main_scene="res://scenes/test_level_2v2.tscn"
|
||||
run/main_scene="res://scenes/test_level_2v2NOENEMIES.tscn"
|
||||
config/features=PackedStringArray("4.3", "Forward Plus")
|
||||
config/icon="res://icon.svg"
|
||||
|
||||
@@ -120,6 +120,8 @@ interact={
|
||||
3d_physics/layer_3="Player"
|
||||
3d_physics/layer_4="Enemy"
|
||||
3d_physics/layer_5="Pickups"
|
||||
3d_physics/layer_6="Objects"
|
||||
3d_physics/layer_7="NPC"
|
||||
|
||||
[physics]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user