summaryrefslogtreecommitdiff
path: root/Units/Default.tscn
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2024-10-03 20:39:59 +0200
committerDaniel Weipert <git@mail.dweipert.de>2024-10-03 20:39:59 +0200
commitb069ea91b095d80667475c06e62712c1bd7b537f (patch)
treefc279d57c99c21e0ed416151b24eb2bc45aab6f5 /Units/Default.tscn
parent5442988a8ccecb9c323fc98557391a15ff245b87 (diff)
next commit
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)