summaryrefslogtreecommitdiff
path: root/Stages/Paths/Goal.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'Stages/Paths/Goal.tscn')
-rw-r--r--Stages/Paths/Goal.tscn28
1 files changed, 28 insertions, 0 deletions
diff --git a/Stages/Paths/Goal.tscn b/Stages/Paths/Goal.tscn
new file mode 100644
index 0000000..6e194fd
--- /dev/null
+++ b/Stages/Paths/Goal.tscn
@@ -0,0 +1,28 @@
+[gd_scene load_steps=4 format=3 uid="uid://2lt8m7df0e2u"]
+
+[ext_resource type="Script" path="res://Stages/Paths/Goal.gd" id="1_04oso"]
+[ext_resource type="Texture2D" uid="uid://b1b18rd0tqbar" path="res://core_outdoor.png" id="2_0qdti"]
+
+[sub_resource type="CircleShape2D" id="CircleShape2D_m11hr"]
+radius = 4.0
+
+[node name="Goal" type="Node2D"]
+script = ExtResource("1_04oso")
+
+[node name="Sprite2D" type="Sprite2D" parent="."]
+texture_filter = 1
+scale = Vector2(0.25, 0.333333)
+texture = ExtResource("2_0qdti")
+centered = false
+region_enabled = true
+region_rect = Rect2(192, 816, 64, 48)
+
+[node name="Area2D" type="Area2D" parent="." groups=["goal"]]
+collision_layer = 2
+
+[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
+position = Vector2(8, 8)
+shape = SubResource("CircleShape2D_m11hr")
+
+[node name="PathPosition" type="Node2D" parent="."]
+position = Vector2(8, 8)