|
@@ -9,10 +9,6 @@ extents = Vector2( 16, 16 )
|
|
|
|
|
|
[node name="Player" type="Area2D"]
|
|
|
script = ExtResource( 1 )
|
|
|
-rayU = NodePath("RayUp")
|
|
|
-rayD = NodePath("RayDown")
|
|
|
-rayL = NodePath("RayLeft")
|
|
|
-rayR = NodePath("RayRight")
|
|
|
|
|
|
[node name="Sprite" type="Sprite" parent="."]
|
|
|
texture = ExtResource( 2 )
|
|
@@ -26,7 +22,7 @@ __meta__ = {
|
|
|
"_edit_lock_": true
|
|
|
}
|
|
|
|
|
|
-[node name="RayUp" type="RayCast2D" parent="."]
|
|
|
+[node name="RayFront" type="RayCast2D" parent="."]
|
|
|
position = Vector2( 0, -30 )
|
|
|
enabled = true
|
|
|
exclude_parent = false
|
|
@@ -35,15 +31,6 @@ __meta__ = {
|
|
|
"_edit_lock_": true
|
|
|
}
|
|
|
|
|
|
-[node name="RayDown" type="RayCast2D" parent="."]
|
|
|
-position = Vector2( 0, 30 )
|
|
|
-enabled = true
|
|
|
-exclude_parent = false
|
|
|
-cast_to = Vector2( 0, 32 )
|
|
|
-__meta__ = {
|
|
|
-"_edit_lock_": true
|
|
|
-}
|
|
|
-
|
|
|
[node name="RayLeft" type="RayCast2D" parent="."]
|
|
|
position = Vector2( -30, 0 )
|
|
|
enabled = true
|