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