summaryrefslogtreecommitdiff
path: root/PathNode.tscn
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2024-08-25 23:47:22 +0200
committerDaniel Weipert <git@mail.dweipert.de>2024-08-25 23:47:22 +0200
commitcf4f54f8e43d1deb03e1b644f6a374530efa11e3 (patch)
tree7003af7af09775f09dda2164c4b16faa05a1290f /PathNode.tscn
parent8d4e709f7e2390e06c3e412c20662e8bc21f0d0c (diff)
next commit
Diffstat (limited to 'PathNode.tscn')
-rw-r--r--PathNode.tscn6
1 files changed, 3 insertions, 3 deletions
diff --git a/PathNode.tscn b/PathNode.tscn
index 266ecf4..467d989 100644
--- a/PathNode.tscn
+++ b/PathNode.tscn
@@ -3,8 +3,8 @@
[ext_resource type="Script" path="res://PathNode.gd" id="1_ge3jf"]
[ext_resource type="Texture2D" uid="uid://b1b18rd0tqbar" path="res://core_outdoor.png" id="2_wcpbq"]
-[sub_resource type="CircleShape2D" id="CircleShape2D_jhph1"]
-radius = 1.0
+[sub_resource type="RectangleShape2D" id="RectangleShape2D_7mk1q"]
+size = Vector2(4, 4)
[node name="PathNode" type="Node2D"]
script = ExtResource("1_ge3jf")
@@ -19,4 +19,4 @@ region_rect = Rect2(384, 496, 16, 16)
collision_layer = 2
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
-shape = SubResource("CircleShape2D_jhph1")
+shape = SubResource("RectangleShape2D_7mk1q")