remove sword gorups from player stuff
This commit is contained in:
parent
940583c7aa
commit
83a06510e5
1 changed files with 3 additions and 3 deletions
|
@ -680,15 +680,15 @@ collision_mask = 33
|
||||||
position = Vector2( 0.5, 2 )
|
position = Vector2( 0.5, 2 )
|
||||||
shape = SubResource( 6 )
|
shape = SubResource( 6 )
|
||||||
|
|
||||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="." groups=["sword"]]
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||||
position = Vector2( 0.5, 5 )
|
position = Vector2( 0.5, 5 )
|
||||||
shape = SubResource( 39 )
|
shape = SubResource( 39 )
|
||||||
|
|
||||||
[node name="LeftShoe" type="CollisionShape2D" parent="." groups=["sword"]]
|
[node name="LeftShoe" type="CollisionShape2D" parent="."]
|
||||||
position = Vector2( -2, 10 )
|
position = Vector2( -2, 10 )
|
||||||
shape = SubResource( 44 )
|
shape = SubResource( 44 )
|
||||||
|
|
||||||
[node name="RightShoe" type="CollisionShape2D" parent="." groups=["sword"]]
|
[node name="RightShoe" type="CollisionShape2D" parent="."]
|
||||||
position = Vector2( 3, 10 )
|
position = Vector2( 3, 10 )
|
||||||
shape = SubResource( 44 )
|
shape = SubResource( 44 )
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue