summaryrefslogtreecommitdiff
path: root/Goal.tscn
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2024-08-31 21:19:36 +0200
committerDaniel Weipert <git@mail.dweipert.de>2024-08-31 21:19:36 +0200
commit14e51610a66099af5cba7cb92876e691fe017216 (patch)
tree5bbb252c0170b00e25cb66e38980bcd505c5aad2 /Goal.tscn
parentcf4f54f8e43d1deb03e1b644f6a374530efa11e3 (diff)
next commit
Diffstat (limited to 'Goal.tscn')
-rw-r--r--Goal.tscn8
1 files changed, 7 insertions, 1 deletions
diff --git a/Goal.tscn b/Goal.tscn
index 735add4..73842ad 100644
--- a/Goal.tscn
+++ b/Goal.tscn
@@ -4,14 +4,16 @@
[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
+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)
@@ -19,4 +21,8 @@ region_rect = Rect2(192, 816, 64, 48)
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)