Create room 049 (Ogre's Cottage) and wire transitions

- Added kq4_049_ogres_cottage scene
- North exit to room 004 (Ogre's Cottage Exterior) - bidirectional connection
- East exit to room 048 (Ogres' Bedroom) - bidirectional connection
- South exit to room 050 (Kitchen) - room 050 doesn't exist yet, transition pending
- West exit to room 051 (Closet) - room 051 doesn't exist yet, transition pending
- Updated room 048 to fix transition to room 049
This commit is contained in:
2026-03-10 13:43:33 -07:00
parent f4313d17ea
commit 6d94d8c388
7 changed files with 165 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ position = Vector2(194, 819)
position = Vector2(1766, 74)
polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381)
appear_at_node = "kq4_048_ogres_bedroom"
target = "uid://PLACEHOLDER_049"
target = "uid://1cxd7kvarvjr5"
label = "Upstairs Hallway"
[node name="entrance" parent="kq4_049_upstairs_hallway" index="0"]

View File

@@ -0,0 +1,19 @@
extends Scene
func _on_cottage_exterior_interacted() -> void:
$kq4_004_ogres_cottage_exterior.default_script(self)
func _on_bedroom_interacted() -> void:
$kq4_048_ogres_bedroom.default_script(self)
func _on_kitchen_interacted() -> void:
# Room 050 doesn't exist yet - this will be wired when room 050 is created
push_warning("Room 050 (Kitchen) not yet created. Cannot transition.")
func _on_closet_interacted() -> void:
# Room 051 doesn't exist yet - this will be wired when room 051 is created
push_warning("Room 051 (Closet) not yet created. Cannot transition.")

View File

@@ -0,0 +1,100 @@
[gd_scene format=3 uid="uid://1cxd7kvarvjr5"]
[ext_resource type="Script" path="res://scenes/kq4_049_ogres_cottage/kq4_049_ogres_cottage.gd" id="1_script"]
[ext_resource type="Texture2D" path="res://scenes/kq4_049_ogres_cottage/pic_049_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"]
[sub_resource type="NavigationPolygon" id="NavigationPolygon_ppo6b"]
vertices = PackedVector2Array(366.85156, 1243.1484, -140.97656, 1182.2422, -76.0625, 588.09375, -30.171875, 216.07031, 1221.4063, 226.97656, 1994.1406, 468.39844, 2011.7969, 1321.9766, 1052.7422, 1419.8672, -76.0625, 588.0781)
polygons = Array[PackedInt32Array]([PackedInt32Array(0, 1, 2, 3), PackedInt32Array(3, 4, 5, 6, 7, 0), PackedInt32Array(3, 2, 8)])
outlines = Array[PackedVector2Array]([PackedVector2Array(-39, 206, 1223, 217, 2004, 461, 2022, 1331, 1052, 1430, 365, 1253, -152, 1191, -86, 587)])
[node name="background" type="Node2D" unique_id=657573819]
y_sort_enabled = true
script = ExtResource("1_script")
[node name="bg" type="Sprite2D" parent="." unique_id=874052749]
scale = Vector2(6, 6)
texture = ExtResource("2_texture")
centered = false
[node name="StartScalePoint" type="Node2D" parent="." unique_id=1640687858]
position = Vector2(1476, 742)
script = ExtResource("3_scale")
target_scale = 0.25
[node name="EndScalePoint" type="Node2D" parent="." unique_id=1996763530]
position = Vector2(1408, 1097)
scale = Vector2(0.44, 0.44)
script = ExtResource("3_scale")
target_scale = 0.35
[node name="pathfind" type="NavigationRegion2D" parent="." unique_id=1418661203]
position = Vector2(-1, 0)
navigation_polygon = SubResource("NavigationPolygon_ppo6b")
[node name="default-starting-point" type="Node2D" parent="." unique_id=1018141532]
position = Vector2(194, 819)
[node name="kq4_004_ogres_cottage_exterior" parent="." unique_id=484638394 instance=ExtResource("4_transition")]
position = Vector2(910, -213)
polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381)
appear_at_node = "kq4_049_ogres_cottage"
target = "uid://1nxmm3b1kcdm1"
label = "Ogre's Cottage Exterior"
[node name="entrance" parent="kq4_004_ogres_cottage_exterior" index="0"]
position = Vector2(133, 643)
[node name="exit" parent="kq4_004_ogres_cottage_exterior" index="1"]
position = Vector2(174, 519)
[node name="kq4_048_ogres_bedroom" parent="." unique_id=1956756567 instance=ExtResource("4_transition")]
position = Vector2(1766, 74)
polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381)
appear_at_node = "kq4_049_ogres_cottage"
target = "uid://t4eqmtnaduxt"
label = "Ogres' Bedroom"
[node name="entrance" parent="kq4_048_ogres_bedroom" index="0"]
position = Vector2(24, 565)
[node name="exit" parent="kq4_048_ogres_bedroom" index="1"]
position = Vector2(293, 554)
[node name="kq4_050_kitchen" parent="." unique_id=1966756568 instance=ExtResource("4_transition")]
position = Vector2(910, 542)
polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381)
appear_at_node = "kq4_049_ogres_cottage"
target = "uid://PLACEHOLDER_050"
label = "Kitchen"
[node name="entrance" parent="kq4_050_kitchen" index="0"]
position = Vector2(118, 514)
[node name="exit" parent="kq4_050_kitchen" index="1"]
position = Vector2(151, 615)
[node name="kq4_051_closet" parent="." unique_id=1976756569 instance=ExtResource("4_transition")]
position = Vector2(-108, 542)
polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381)
appear_at_node = "kq4_049_ogres_cottage"
target = "uid://PLACEHOLDER_051"
label = "Closet"
[node name="entrance" parent="kq4_051_closet" index="0"]
position = Vector2(506, 555)
[node name="exit" parent="kq4_051_closet" index="1"]
position = Vector2(-64, 534)
[connection signal="interacted" from="kq4_004_ogres_cottage_exterior" to="." method="_on_cottage_exterior_interacted"]
[connection signal="interacted" from="kq4_048_ogres_bedroom" to="." method="_on_bedroom_interacted"]
[connection signal="interacted" from="kq4_050_kitchen" to="." method="_on_kitchen_interacted"]
[connection signal="interacted" from="kq4_051_closet" to="." method="_on_closet_interacted"]
[editable path="kq4_004_ogres_cottage_exterior"]
[editable path="kq4_048_ogres_bedroom"]
[editable path="kq4_050_kitchen"]
[editable path="kq4_051_closet"]

View File

@@ -0,0 +1 @@
uid://1cxd7kvarvjr5

View File

@@ -0,0 +1 @@
uid://bk8q2nad4pu44

Binary file not shown.

View File

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://2lzkyciy1ptkl"
path="res://.godot/imported/pic_049_visual.png-PLACEHOLDER.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://scenes/kq4_049_ogres_cottage/pic_049_visual.png"
dest_files=["res://.godot/imported/pic_049_visual.png-PLACEHOLDER.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1