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
This commit is contained in:
2026-04-26 03:25:02 -04:00
parent f4ca92f6f6
commit e02fbeddc8
10 changed files with 346 additions and 650 deletions

Some files were not shown because too many files have changed in this diff Show More