5 Commits

Author SHA1 Message Date
e02fbeddc8 refactor(minigame): replace grid with wire-connecting minigame
- Replace GridContainer-based puzzle with drag-and-drop wire system
- Add draw_wires() and on_canvas_input() driven by WireCanvas node
- Shuffle right-side endpoints for varied puzzle layout
- Fix type inference errors (Dictionary values cast to Array/Color)
- Fix WireCanvas size_flags_vertical to SIZE_SHRINK_CENTER
- Set Panel custom_minimum_size and VBox to prevent layout overflow
- Title and StatusLabel now always visible
2026-04-26 03:25:02 -04:00
b2f083556f feat(audio): add audio import configuration for interact sound effect
Co-authored-by: Copilot <copilot@github.com>
2026-04-26 01:56:55 -04:00
468d761876 feat(audio): add AudioManager with ambiance and SFX system
- Add AudioManager autoload with music and sfx players
- Add ambiance tracks for entrepot, atelier and cour zones
- Add SFX for footstep, item_pickup, interact, door_unlock, repair_success, vrac_talking, iris_talking
- Add crossfade transition between ambiance zones
- Add loop via finished signal on music_player
- Set ambiance volume to -12dB to balance with SFX
- Set PROCESS_MODE_ALWAYS to prevent audio cut during dialogues
- Add stop_ambiance() call on main_menu to reset music after credits
2026-04-26 01:05:14 -04:00
4398be9f27 feat: add pickable item with inventory integration 2026-04-14 20:12:33 -04:00
159b0275db chore: initial project setup 2026-04-13 20:52:59 -04:00