|
@@ -32,7 +32,7 @@ __meta__ = {
|
|
|
}
|
|
|
|
|
|
[node name="RayLeft" type="RayCast2D" parent="."]
|
|
|
-position = Vector2( -30, -31 )
|
|
|
+position = Vector2( -30, 0 )
|
|
|
enabled = true
|
|
|
exclude_parent = false
|
|
|
cast_to = Vector2( -64, 0 )
|
|
@@ -41,7 +41,7 @@ __meta__ = {
|
|
|
}
|
|
|
|
|
|
[node name="RayRight" type="RayCast2D" parent="."]
|
|
|
-position = Vector2( 30, -31 )
|
|
|
+position = Vector2( 30, 0 )
|
|
|
enabled = true
|
|
|
exclude_parent = false
|
|
|
cast_to = Vector2( 64, 0 )
|