Files
ai-game-2/scenes/ogre/ogre.tscn
2025-12-21 12:48:00 -08:00

57 lines
2.6 KiB
Plaintext

[gd_scene load_steps=6 format=3 uid="uid://detumfmmcd0jw"]
[ext_resource type="Script" uid="uid://bo6vtorh56ik4" path="res://scenes/ogre/ogre.gd" id="1_rgthv"]
[ext_resource type="Texture2D" uid="uid://br1qpwa1hpcr7" path="res://scenes/ogre/ComfyUI_09922_.png" id="2_rgthv"]
[ext_resource type="Script" uid="uid://xmphq3i0wbg3" path="res://ScalePoint_.gd" id="3_kvdqi"]
[ext_resource type="PackedScene" uid="uid://c4vc1wx7k6cw" path="res://TransitionPiece.tscn" id="4_67nph"]
[sub_resource type="NavigationPolygon" id="NavigationPolygon_furs3"]
vertices = PackedVector2Array(325.656, 570.578, 582.328, 580.656, 525.289, 597.977, 454.133, 654.148, 445.539, 889.25, 919.219, 873.633, 1158.89, 691.359, 1294.26, 705.508, 1204.28, 907.469, -58.2969, 1146.06, -76.6797, 562, -6.6875, 562, 126.258, 883.891, 1990, 1160.92, 1662.15, 956.969, 1990, 977.391)
polygons = Array[PackedInt32Array]([PackedInt32Array(0, 1, 2), PackedInt32Array(0, 2, 3), PackedInt32Array(4, 0, 3), PackedInt32Array(4, 3, 5), PackedInt32Array(6, 7, 8, 5), PackedInt32Array(9, 10, 11, 12), PackedInt32Array(13, 9, 12, 4), PackedInt32Array(13, 4, 5, 8), PackedInt32Array(13, 8, 14), PackedInt32Array(13, 14, 15)])
outlines = Array[PackedVector2Array]([PackedVector2Array(0, 552, 133, 874, 431, 879, 311, 560, 642, 573, 530, 607, 473, 652, 918, 862, 1156, 681, 1309, 697, 1219, 899, 1663, 947, 2000, 968, 2000, 1171, -68, 1156, -87, 552)])
[node name="background" type="Node2D"]
y_sort_enabled = true
script = ExtResource("1_rgthv")
[node name="bg" type="Sprite2D" parent="."]
scale = Vector2(0.470459, 0.467949)
texture = ExtResource("2_rgthv")
centered = false
[node name="StartScalePoint" type="Node2D" parent="."]
position = Vector2(498, 504)
script = ExtResource("3_kvdqi")
target_scale = 0.3
[node name="EndScalePoint" type="Node2D" parent="."]
position = Vector2(1408, 1097)
scale = Vector2(0.44, 0.44)
script = ExtResource("3_kvdqi")
target_scale = 0.45
[node name="pathfind" type="NavigationRegion2D" parent="."]
position = Vector2(-1, 0)
navigation_polygon = SubResource("NavigationPolygon_furs3")
[node name="default-starting-point" type="Node2D" parent="."]
position = Vector2(194, 819)
[node name="pool" parent="." instance=ExtResource("4_67nph")]
position = Vector2(5, 888)
color = Color(1, 1, 1, 1)
polygon = PackedVector2Array(-85, -86, -65, 128, 264, 167, 260, -78)
target_transition = "ogre"
target = "uid://dx5rhiwa1tnvx"
label = "Healers"
[node name="entrance" parent="pool" index="0"]
position = Vector2(184, 70)
[node name="exit" parent="pool" index="1"]
position = Vector2(-61, 74)
[connection signal="interacted" from="pool" to="." method="_on_pool_interacted"]
[editable path="pool"]