Files
ai-game-2/scenes/archive/healer_pasture/healer_pasture.tscn
2026-02-20 23:02:47 -08:00

57 lines
2.5 KiB
Plaintext

[gd_scene format=3 uid="uid://ct7hctpa6641e"]
[ext_resource type="Script" uid="uid://b3eps20sq67gn" path="res://scenes/archive/healer_pasture/healer_pasture.gd" id="1_yrj0n"]
[ext_resource type="Texture2D" uid="uid://q44n4fwunqnu" path="res://scenes/archive/healer_pasture/meadow.png" id="2_xlj8p"]
[ext_resource type="Script" uid="uid://xmphq3i0wbg3" path="res://ScalePoint_.gd" id="4_6inrv"]
[ext_resource type="PackedScene" uid="uid://c4vc1wx7k6cw" path="res://TransitionPiece.tscn" id="5_vvsg8"]
[sub_resource type="NavigationPolygon" id="NavigationPolygon_dvbx8"]
vertices = PackedVector2Array(1314, 834, 1313, 834, 2572, 796, 3672, 1092, 3802, 1128, 892, 951, 2645, 815, 3959, 793, 4382, 1031, 3674, 1076, 199, 963, 195, 907, 891, 951)
polygons = Array[PackedInt32Array]([PackedInt32Array(0, 1, 2), PackedInt32Array(3, 4, 5, 0, 2, 6), PackedInt32Array(7, 8, 9, 6), PackedInt32Array(10, 11, 0, 12), PackedInt32Array(5, 12, 0), PackedInt32Array(6, 9, 3)])
outlines = Array[PackedVector2Array]([PackedVector2Array(185, 898, 190, 974, 858, 1086, 3899, 1144, 2575, 786, 1313, 824), PackedVector2Array(3567, 1093, 4417, 1039, 3963, 783, 1888, 818)])
parsed_collision_mask = 4294967294
source_geometry_group_name = &"navigation_polygon_source_group"
[node name="background" type="Node2D"]
y_sort_enabled = true
script = ExtResource("1_yrj0n")
[node name="bg" type="Sprite2D" parent="."]
texture = ExtResource("2_xlj8p")
centered = false
[node name="StartScalePoint" type="Node2D" parent="."]
position = Vector2(1476, 742)
script = ExtResource("4_6inrv")
target_scale = 0.25
[node name="EndScalePoint" type="Node2D" parent="."]
position = Vector2(1408, 1097)
scale = Vector2(0.44, 0.44)
script = ExtResource("4_6inrv")
target_scale = 0.35
[node name="pathfind" type="NavigationRegion2D" parent="."]
navigation_polygon = SubResource("NavigationPolygon_dvbx8")
metadata/_edit_lock_ = true
[node name="default-starting-point" type="Node2D" parent="."]
position = Vector2(788, 916)
[node name="healers" parent="." instance=ExtResource("5_vvsg8")]
color = Color(1, 1, 1, 1)
polygon = PackedVector2Array(3852, 705, 3759, 1075, 4195, 1108, 4205, 725)
target_transition = "pasture"
target = "res://scenes/healers/healers.tscn"
label = "Healers"
[node name="entrance" parent="healers" index="0"]
position = Vector2(3878, 950)
[node name="exit" parent="healers" index="1"]
position = Vector2(4168, 993)
[connection signal="interacted" from="healers" to="." method="_on_healers_interacted"]
[editable path="healers"]