summaryrefslogtreecommitdiff
path: root/character/character.tscn
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2024-12-30 11:41:09 +0100
committerDaniel Weipert <git@mail.dweipert.de>2024-12-30 11:41:14 +0100
commit24a8f1b156ea92e7b0ad60052521e1430a77e13f (patch)
treee2e21d5015e8003e6ba40dc85a19bc9d523e249f /character/character.tscn
parent474ef692613f298ab05bbb65ad85625f178b63cc (diff)
fix drop through wall bugHEADmain
Diffstat (limited to 'character/character.tscn')
-rw-r--r--character/character.tscn4
1 files changed, 2 insertions, 2 deletions
diff --git a/character/character.tscn b/character/character.tscn
index 7fb9776..4c163cd 100644
--- a/character/character.tscn
+++ b/character/character.tscn
@@ -25,11 +25,11 @@ shape = SubResource("RectangleShape2D_wfm33")
[node name="RayLeft" type="RayCast2D" parent="."]
target_position = Vector2(-8, 0)
-collision_mask = 256
+collision_mask = 768
[node name="RayRight" type="RayCast2D" parent="."]
target_position = Vector2(8, 0)
-collision_mask = 256
+collision_mask = 768
[node name="RayUpLeft" type="RayCast2D" parent="."]
position = Vector2(-6, 0)