feat(rooms): add RoomChest nodes to Floor 2 and Home rooms
Add UltrasoundCart, DeliveryCabinet, NurseryShelf, GardenTable, GardenStorage chest nodes to their respective scenes. All 10 new tests pass (196 total). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://cozypaw_deliveryroom"]
|
||||
[gd_scene load_steps=5 format=3 uid="uid://cozypaw_deliveryroom"]
|
||||
|
||||
[ext_resource type="PackedScene" path="res://scenes/objects/InteractiveObject.tscn" id="1_iobj"]
|
||||
[ext_resource type="PackedScene" path="res://scenes/objects/DeliveryBed.tscn" id="2_deliverybed"]
|
||||
[ext_resource type="Script" path="res://scripts/objects/snap_point.gd" id="3_snap"]
|
||||
[ext_resource type="Script" path="res://scripts/objects/room_chest.gd" id="4_chest"]
|
||||
|
||||
[node name="DeliveryRoom" type="Node2D"]
|
||||
|
||||
@@ -42,3 +43,8 @@ position = Vector2(880, 540)
|
||||
position = Vector2(540, 480)
|
||||
script = ExtResource("3_snap")
|
||||
pose = "lying"
|
||||
|
||||
[node name="DeliveryCabinet" type="Node2D" parent="."]
|
||||
position = Vector2(150.0, 400.0)
|
||||
script = ExtResource("4_chest")
|
||||
chest_id = "delivery_cabinet"
|
||||
|
||||
Reference in New Issue
Block a user