summaryrefslogtreecommitdiff
path: root/Goal.tscn
blob: 735add4ae085a699e226e1a7d4cc609c26d36ffd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[gd_scene load_steps=4 format=3 uid="uid://2lt8m7df0e2u"]

[ext_resource type="Script" path="res://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 = 1.0

[node name="Goal" type="Node2D"]
script = ExtResource("1_04oso")

[node name="Sprite2D" type="Sprite2D" parent="."]
texture_filter = 1
texture = ExtResource("2_0qdti")
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"]
shape = SubResource("CircleShape2D_m11hr")