wiring up

This commit is contained in:
2026-05-06 23:25:39 -04:00
parent cc051a1e15
commit 586dc8860c
17 changed files with 226 additions and 196 deletions

View File

@@ -1,43 +1,46 @@
[gd_scene format=3 uid="uid://2s90vzllxmev"]
[gd_scene format=3 uid="uid://2ta0v0llxmev"]
[ext_resource type="Script" path="res://scenes/kq4_092_lolottes_throne_room/kq4_092_lolottes_throne_room.gd" id="1_script"]
[ext_resource type="Texture2D" path="res://scenes/kq4_092_lolottes_throne_room/pic_092_visual.png" id="2_texture"]
[ext_resource type="Script" uid="uid://dyl8kmktd7ij" path="res://scenes/kq4_092_lolottes_throne_room/kq4_092_lolottes_throne_room.gd" id="1_script"]
[ext_resource type="Texture2D" uid="uid://e11xgb4k2iav" path="res://scenes/kq4_092_lolottes_throne_room/pic_092_visual.png" id="2_texture"]
[ext_resource type="Script" uid="uid://xmphq3i0wbg3" path="res://ScalePoint_.gd" id="3_scale"]
[ext_resource type="PackedScene" uid="uid://c4vc1wx7k6cw" path="res://TransitionPiece.tscn" id="4_transition"]
[ext_resource type="Script" uid="uid://b0oojqlsdhp4s" path="res://TransitionPiece.gd" id="5_uhfwd"]
[sub_resource type="NavigationPolygon" id="NavigationPolygon_main"]
vertices = PackedVector2Array(100, 800, 1800, 800, 1800, 1200, 100, 1200)
polygons = Array[PackedInt32Array]([PackedInt32Array(0, 1, 2, 3)])
outlines = Array[PackedVector2Array]([PackedVector2Array(100, 800, 1800, 800, 1800, 1200, 100, 1200)])
[node name="background" type="Node2D"]
[node name="background" type="Node2D" unique_id=693988699]
y_sort_enabled = true
script = ExtResource("1_script")
[node name="bg" type="Sprite2D" parent="."]
[node name="bg" type="Sprite2D" parent="." unique_id=1780168324]
scale = Vector2(6, 6)
texture = ExtResource("2_texture")
centered = false
[node name="StartScalePoint" type="Node2D" parent="."]
[node name="StartScalePoint" type="Node2D" parent="." unique_id=544351196]
position = Vector2(200, 900)
script = ExtResource("3_scale")
target_scale = 0.3
[node name="EndScalePoint" type="Node2D" parent="."]
[node name="EndScalePoint" type="Node2D" parent="." unique_id=2063885511]
position = Vector2(1800, 1100)
script = ExtResource("3_scale")
target_scale = 0.4
[node name="pathfind" type="NavigationRegion2D" parent="."]
[node name="pathfind" type="NavigationRegion2D" parent="." unique_id=1948205922]
navigation_polygon = SubResource("NavigationPolygon_main")
[node name="default-starting-point" type="Node2D" parent="."]
[node name="default-starting-point" type="Node2D" parent="." unique_id=461817535]
position = Vector2(200, 900)
[node name="kq4_091_castle_dining_room" parent="." instance=ExtResource("4_transition")]
[node name="kq4_091_castle_dining_room" parent="." unique_id=1695498363 groups=["set-piece", "transition-set-piece"] instance=ExtResource("4_transition")]
position = Vector2(910, 200)
color = Color(1, 1, 1, 0.25)
polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381)
script = ExtResource("5_uhfwd")
appear_at_node = "kq4_092_lolottes_throne_room"
target = "uid://j5ndmuv7efuw"
label = "091 Castle Dining Room"
@@ -48,9 +51,11 @@ position = Vector2(133, 643)
[node name="exit" parent="kq4_091_castle_dining_room" index="1"]
position = Vector2(174, 519)
[node name="kq4_093_bottom_of_east_tower" parent="." instance=ExtResource("4_transition")]
[node name="kq4_093_bottom_of_east_tower" parent="." unique_id=95657429 groups=["set-piece", "transition-set-piece"] instance=ExtResource("4_transition")]
position = Vector2(1766, 600)
color = Color(1, 1, 1, 0.25)
polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381)
script = ExtResource("5_uhfwd")
appear_at_node = "kq4_092_lolottes_throne_room"
target = "uid://2f1jmf64ieth9"
label = "093 Bottom Of East Tower"
@@ -61,9 +66,11 @@ position = Vector2(133, 643)
[node name="exit" parent="kq4_093_bottom_of_east_tower" index="1"]
position = Vector2(174, 519)
[node name="kq4_080_lolottes_castle_entrance" parent="." instance=ExtResource("4_transition")]
[node name="kq4_080_lolottes_castle_entrance" parent="." unique_id=896654814 groups=["set-piece", "transition-set-piece"] instance=ExtResource("4_transition")]
position = Vector2(50, 600)
color = Color(1, 1, 1, 0.25)
polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381)
script = ExtResource("5_uhfwd")
appear_at_node = "kq4_092_lolottes_throne_room"
target = "uid://2el0d6jeg0kxx"
label = "080 Lolottes Castle Entrance"
@@ -74,9 +81,16 @@ position = Vector2(133, 643)
[node name="exit" parent="kq4_080_lolottes_castle_entrance" index="1"]
position = Vector2(174, 519)
[node name="kq4_092_lolottes_throne_room" type="Polygon2D" parent="." unique_id=1337090206 groups=["set-piece", "transition-set-piece"] instance=ExtResource("4_transition")]
color = Color(1, 1, 1, 0.25)
script = ExtResource("5_uhfwd")
appear_at_node = &"kq4_092_lolottes_throne_room"
target = "uid://cqv8r3milgnl"
[connection signal="interacted" from="kq4_091_castle_dining_room" to="." method="_on_kq4_091_castle_dining_room_interacted"]
[connection signal="interacted" from="kq4_093_bottom_of_east_tower" to="." method="_on_kq4_093_bottom_of_east_tower_interacted"]
[connection signal="interacted" from="kq4_080_lolottes_castle_entrance" to="." method="_on_kq4_080_lolottes_castle_entrance_interacted"]
[editable path="kq4_091_castle_dining_room"]
[editable path="kq4_093_bottom_of_east_tower"]
[editable path="kq4_080_lolottes_castle_entrance"]
[editable path="kq4_080_lolottes_castle_entrance"]