make turning platforms one-way

This commit is contained in:
Haze Weathers 2023-02-22 16:35:08 -05:00
parent 793e7ef11e
commit 2569986a87

View file

@ -115,6 +115,7 @@ collision_layer = 4
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
position = Vector2( 4, 4 )
shape = SubResource( 1 )
one_way_collision = true
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
anims/idle = SubResource( 2 )