Commit Graph

9 Commits

Author SHA1 Message Date
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
c0db909092 removing problematic files 2026-04-08 15:26:26 -07:00
7b5ce2e4a5 changes 2026-04-05 08:02:34 -07:00
Bryce
31210bce58 new files 2026-04-04 07:35:44 -07:00
1679b717db Add golden ball interactable set piece to bridge room
- Add golden_ball_walk_target Node2D at position (1400, 550) on the grassy area above the bridge
- Add golden_ball SetPiece with polygon resource for interactable area
- Connect touched signal to _on_golden_ball_touched handler
- When player uses hand cursor, they walk to the target and narration reveals the golden ball
- Use ScriptBuilder.and_then() to chain walk_to_deferred and narrate actions
2026-03-10 10:09:38 -07:00
1b13072412 progress 2026-03-09 20:43:30 -07:00
8cfae8dea2 progress 2026-03-05 22:47:43 -08:00
c2f8e848c5 progress 2026-02-26 11:43:24 -08:00
Bryce
d6b36d1f13 progress 2026-02-21 12:18:48 -08:00