Files
ai-game-2/scenes/kq4_062_bedroom/kq4_062_bedroom.tscn
Bryce 2479e4c784 Update scene UIDs to match regenerated .uid files
Transition target UIDs in .tscn files updated to match the current .uid
files for each room, fixing broken scene transitions caused by stale UIDs.
2026-04-29 15:55:00 -07:00

70 lines
3.6 KiB
Plaintext

[gd_scene format=3 uid="uid://b5eo5ndws4tin"]
[ext_resource type="Script" uid="uid://yg3c0sbg2iue" path="res://scenes/kq4_062_bedroom/kq4_062_bedroom.gd" id="1_script"]
[ext_resource type="Texture2D" uid="uid://crptm47cekklr" path="res://scenes/kq4_062_bedroom/062_caption_1_3693495809_generated.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"]
[sub_resource type="NavigationPolygon" id="NavigationPolygon_main"]
vertices = PackedVector2Array(1319.7266, 836, 1295.1719, 682.5469, 1423.7031, 823.9297, 410.3672, 744.10156, 714.7422, 716.7578, 657.59375, 807.25, 476.90625, 790.03125, 359.8672, 749.0625, 164.5, 742.21875, 143.47656, 696.78906, 239.45313, 706.8906, 105.8125, 1190.1016, -6.7578125, 996.97656, 297.46875, 957.5, 1909.0469, 1224.7578, 768.96875, 826.96875, 1056.8438, 836, 1690.7422, 973.1875, 1862.7109, 960.6172)
polygons = Array[PackedInt32Array]([PackedInt32Array(0, 1, 2), PackedInt32Array(3, 4, 5, 6, 7), PackedInt32Array(7, 8, 9, 10, 3), PackedInt32Array(11, 12, 13, 14), PackedInt32Array(14, 13, 6, 5, 15), PackedInt32Array(14, 15, 16), PackedInt32Array(14, 16, 0), PackedInt32Array(14, 0, 2, 17), PackedInt32Array(14, 17, 18)])
outlines = Array[PackedVector2Array]([PackedVector2Array(293, 948, 458, 794, 358, 759, 158, 752, 127, 685, 241, 697, 411, 734, 734, 705, 674, 800, 770, 817, 1057, 826, 1308, 826, 1280, 651, 1430, 816, 1693, 963, 1871, 950, 1921, 1235, 100, 1200, -23, 989)])
[node name="background" type="Node2D" unique_id=346502110]
y_sort_enabled = true
script = ExtResource("1_script")
[node name="bg" type="Sprite2D" parent="." unique_id=1977187227]
scale = Vector2(0.78, 0.78)
texture = ExtResource("2_texture")
centered = false
metadata/_edit_lock_ = true
[node name="StartScalePoint" type="Node2D" parent="." unique_id=552829024]
position = Vector2(200, 900)
script = ExtResource("3_scale")
target_scale = 0.3
[node name="EndScalePoint" type="Node2D" parent="." unique_id=1694254944]
position = Vector2(1800, 1100)
script = ExtResource("3_scale")
target_scale = 0.4
[node name="pathfind" type="NavigationRegion2D" parent="." unique_id=1263058541]
navigation_polygon = SubResource("NavigationPolygon_main")
[node name="default-starting-point" type="Node2D" parent="." unique_id=1825923502]
position = Vector2(200, 900)
[node name="kq4_068_the_foyer" parent="." unique_id=315316234 instance=ExtResource("4_transition")]
position = Vector2(877, 491)
polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381)
appear_at_node = "kq4_062_bedroom"
target = "uid://bfgygdasrhic6"
label = "068 The Foyer"
[node name="entrance" parent="kq4_068_the_foyer" index="0"]
position = Vector2(36, 480)
[node name="exit" parent="kq4_068_the_foyer" index="1"]
position = Vector2(130, 684)
[node name="kq4_059_baby_nursery" parent="." unique_id=704728724 instance=ExtResource("4_transition")]
position = Vector2(212, -39)
polygon = PackedVector2Array(46, 377, 108, 814, 214, 811, 221, 419)
appear_at_node = "kq4_062_bedroom"
target = "uid://dyhaubm3vhano"
label = "059 Baby Nursery"
[node name="entrance" parent="kq4_059_baby_nursery" index="0"]
position = Vector2(269, 804)
[node name="exit" parent="kq4_059_baby_nursery" index="1"]
position = Vector2(-4, 762)
[connection signal="interacted" from="kq4_068_the_foyer" to="." method="_on_kq4_068_the_foyer_interacted"]
[connection signal="interacted" from="kq4_059_baby_nursery" to="." method="_on_kq4_059_baby_nursery_interacted"]
[editable path="kq4_068_the_foyer"]
[editable path="kq4_059_baby_nursery"]