Steven Wroblewski
ec473dc4e3
feat(sprint-14): update GardenParty scene with cake, balloons, and chair snap points
2026-05-11 20:17:20 +02:00
Steven Wroblewski
cd3ce7bf6e
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 >
2026-05-09 01:24:18 +02:00
Steven Wroblewski
9aded82dbb
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 >
2026-05-09 01:20:36 +02:00
Steven Wroblewski
a877d8f5fe
feat(rooms): add RoomChest nodes to Floor 0 rooms
...
ReceptionDesk, GiftShopShelf, RestaurantCounter, EmergencyCabinet added
to their respective tscn files. Fixes spawn_items deferred call to avoid
add_child race during _ready tree setup.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-09 01:16:15 +02:00
Steven Wroblewski
0d3788246a
feat(snap-points): add SnapPoints to all 2.OG and Garten rooms (Ultrasound, DeliveryRoom, Nursery, GardenParty)
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-08 22:40:45 +02:00
Steven Wroblewski
8cae50bc11
feat(snap-points): add SnapPoints to all 1.OG rooms (XRay, Pharmacy, Lab, PatientRoom)
2026-05-08 22:32:57 +02:00
Steven Wroblewski
7848b7a979
feat(snap-points): add SnapPoints to all EG rooms (Reception, GiftShop, Restaurant, EmergencyRoom)
2026-05-08 22:30:12 +02:00
Steven Wroblewski
0247c30d45
feat(garden): add GardenParty scene with table, gifts, teapot, balloons, and return button
2026-04-17 21:24:17 +02:00
Steven Wroblewski
5f7ef73d4f
feat(nursery): add Nursery room with rail and three rocking cradles
2026-04-17 16:35:15 +02:00
Steven Wroblewski
2303195207
feat(delivery): add DeliveryRoom with animated DeliveryBed
2026-04-17 16:34:22 +02:00
Steven Wroblewski
c1f480ba69
feat(ultrasound): add Ultrasound room with exam table and UltrasoundMachine
2026-04-17 16:33:10 +02:00
Steven Wroblewski
9b91e78c20
feat(patientroom): add Patient Room with two beds, TV, and bedside table
2026-04-17 14:32:07 +02:00
Steven Wroblewski
8773ecfa6a
feat(lab): add Lab room with bench, sink, and interactive lab equipment
2026-04-17 14:30:31 +02:00
Steven Wroblewski
c1f742ae61
feat(pharmacy): add Pharmacy room with double medicine shelf and positive medicine objects
2026-04-17 14:28:48 +02:00
Steven Wroblewski
e14303da9b
feat(xray): add XRay Room scene with exam table and XRayMachine
2026-04-17 14:26:14 +02:00
Steven Wroblewski
c4e33aef62
fix(emergency): explicitly set ambulance trigger_floor and trigger_room to prevent silent failure on room reorder
2026-04-17 14:01:56 +02:00
Steven Wroblewski
cc44519d62
feat(emergency): add Emergency Room scene with ambulance bay, medical table, and interactive objects
2026-04-17 13:57:30 +02:00
Steven Wroblewski
b1ea85a449
feat(restaurant): add Restaurant room with three tables and interactive food objects
2026-04-17 13:54:35 +02:00
Steven Wroblewski
35ab8ffeb3
feat(giftshop): add Gift Shop room with shelf, counter, and interactive gift objects
2026-04-17 13:53:40 +02:00
Steven Wroblewski
a48539d410
feat(reception): complete Reception with waiting benches, bell, and potted plant
2026-04-17 13:52:42 +02:00
Steven Wroblewski
9a1e30d808
feat(poc): implement Sprint 1 proof of concept
...
- project.godot with autoload configuration
- Reception room with placeholder visuals
- Draggable Character with DragDropComponent
- Interactive flower object with bounce animation
- GameState, SaveManager, AudioManager, InputManager autoloads
- HUD with back button and music toggle
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-17 11:16:04 +02:00
Steven Wroblewski
d1b771ddcb
chore: initialize project structure for Sprint 0
2026-04-17 10:23:48 +02:00