summaryrefslogtreecommitdiff
path: root/Units/Default.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'Units/Default.tscn')
-rw-r--r--Units/Default.tscn10
1 files changed, 10 insertions, 0 deletions
diff --git a/Units/Default.tscn b/Units/Default.tscn
index 38bcc9c..38f7aa4 100644
--- a/Units/Default.tscn
+++ b/Units/Default.tscn
@@ -30,6 +30,11 @@ position = Vector2(0, 3)
target_position = Vector2(-3, 0)
collision_mask = 258
+[node name="RayHeadLeft" type="RayCast2D" parent="."]
+position = Vector2(0, -3)
+target_position = Vector2(-3, 0)
+collision_mask = 258
+
[node name="RaySlopeLeft" type="RayCast2D" parent="."]
position = Vector2(0, 5)
target_position = Vector2(-3, 0)
@@ -40,6 +45,11 @@ position = Vector2(0, 3)
target_position = Vector2(4, 0)
collision_mask = 258
+[node name="RayHeadRight" type="RayCast2D" parent="."]
+position = Vector2(0, -3)
+target_position = Vector2(4, 0)
+collision_mask = 258
+
[node name="RaySlopeRight" type="RayCast2D" parent="."]
position = Vector2(0, 5)
target_position = Vector2(4, 0)