feat(rooms): add RoomChest nodes to Floor 1 rooms
XRayCabinet (3 items), PharmacyMedicine + PharmacyTools (2 each), LabBench (3 items), PatientCabinet (3 items). 10 new tests, all passing. 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_xray"]
|
||||
[gd_scene load_steps=5 format=3 uid="uid://cozypaw_xray"]
|
||||
|
||||
[ext_resource type="PackedScene" path="res://scenes/objects/InteractiveObject.tscn" id="1_iobj"]
|
||||
[ext_resource type="PackedScene" path="res://scenes/objects/XRayMachine.tscn" id="2_xraymachine"]
|
||||
[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="XRay" type="Node2D"]
|
||||
|
||||
@@ -59,3 +60,8 @@ position = Vector2(900, 560)
|
||||
position = Vector2(640, 480)
|
||||
script = ExtResource("3_snap")
|
||||
pose = "lying"
|
||||
|
||||
[node name="XRayCabinet" type="Node2D" parent="."]
|
||||
position = Vector2(150.0, 400.0)
|
||||
script = ExtResource("4_chest")
|
||||
chest_id = "xray_cabinet"
|
||||
|
||||
Reference in New Issue
Block a user