Disable collisions between players
This commit is contained in:
parent
40705ac661
commit
6e6d9e2fa2
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ height = 5.44386
|
|||
|
||||
[node name="Player" type="KinematicBody2D"]
|
||||
z_index = 10
|
||||
collision_layer = 8
|
||||
script = ExtResource( 2 )
|
||||
|
||||
[node name="Camera" type="Camera2D" parent="."]
|
||||
|
|
Reference in a new issue