Chessistics/docs
Samuel Bouchet 1d0999a78e Add cinematic on mission transition (cell pop-in, camera pan, title overlay)
OnMissionAdvanced now plays a three-track cinematic when the auto-advance
fires between missions:
  - Every cell in the rebuilt board pops in with a scale+fade tween
    (0.45s, back ease) so terrain expansion reads as "appearing".
  - The camera smooth-pans + zooms back to the new board center over
    0.7s, undoing any collision zoom that was active.
  - A full-size "Mission N\nName" overlay fades in, holds for ~1.4s,
    then fades out and frees itself.

The per-cell animation doubles as the expansion cue; a dedicated
new-cells-only tween can be layered later if needed. No new engine
surface — hooks onto the existing MissionStartedEvent path.
2026-04-17 22:30:15 +02:00
..
GDD_prototype.md Snapshot campaign system progress before automation harness 2026-04-16 21:22:49 +02:00
IDEAS.md Initial commit: Chessistics prototype v0.3 2026-04-10 14:58:03 +02:00
PLAN.md Add cinematic on mission transition (cell pop-in, camera pan, title overlay) 2026-04-17 22:30:15 +02:00