summaryrefslogtreecommitdiff
path: root/Stages/Paths/Goal.tscn
blob: 6e194fdaba58ade3617ec8179a3187cf48f5994c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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)