From 2569986a87f4165cf34ddbd288cc74786628062c Mon Sep 17 00:00:00 2001 From: Haze Weathers Date: Wed, 22 Feb 2023 16:35:08 -0500 Subject: [PATCH] make turning platforms one-way --- objects/environment/turniwood/turning_platform.tscn | 1 + 1 file changed, 1 insertion(+) diff --git a/objects/environment/turniwood/turning_platform.tscn b/objects/environment/turniwood/turning_platform.tscn index 901176e..e3a50e8 100644 --- a/objects/environment/turniwood/turning_platform.tscn +++ b/objects/environment/turniwood/turning_platform.tscn @@ -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 )