diff options
Diffstat (limited to 'character/character.tscn')
-rw-r--r-- | character/character.tscn | 4 |
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) |