orbit/data
Brian Fertig dd7000638a Add SurfaceScene with landing video and surface deck
- New SurfaceScene overlays GameScene when the player requests landing:
  plays a one-shot landing clip, then a looping surface clip behind a
  dedicated command deck (Shop/Build/Ship + Take Off + Menu).
- Wire comms panel "Request Landing" / "Land" buttons to launch the
  surface; TAKE OFF stops SurfaceScene and wakes GameScene so the run
  resumes exactly where it left off.
- ActionBar accepts an optional `buttons` override so scenes can supply a
  different slot list while sharing layout/colors/animation.
- SavePanel gains a `stateScene` option so saves from the surface read
  state from the paused GameScene underneath.
- Add data/landing.json (per-frame video map) and four placeholder
  surface clips; CommsPanel now passes its full target payload through to
  onAction so landing metadata survives the round-trip.
- Add dev harnesses: headless-Firefox screenshot helper, click-path test
  for the real user flow, and a surface-flow assertion suite with parked
  screenshot pages.
2026-09-04 21:25:44 -06:00
..
actionbar.json Add SurfaceScene with landing video and surface deck 2026-09-04 21:25:44 -06:00
asteroids.json Fix mining popup width and layout to fit real font metrics 2026-09-04 17:16:56 -06:00
builds.json
galaxy.json
game.json Add asteroid mining: energy arm, beam FX, and context menu 2026-09-04 17:09:16 -06:00
landing.json Add SurfaceScene with landing video and surface deck 2026-09-04 21:25:44 -06:00
manifest.json Add SurfaceScene with landing video and surface deck 2026-09-04 21:25:44 -06:00
menu.json Add save/load system with 10-slot localStorage bank and UI 2026-09-04 13:09:08 -06:00
naming.json
planets.json
reputation.json Add reputation data layer with stable place identity 2026-09-04 18:37:44 -06:00
research.json
save.json Add save/load system with 10-slot localStorage bank and UI 2026-09-04 13:09:08 -06:00
settlements.json
sfx.json Add asteroid mining: energy arm, beam FX, and context menu 2026-09-04 17:09:16 -06:00
ship.json
stations.json Add comms panel and free-space station entities 2026-09-04 19:45:12 -06:00
systems.json
tether.json
theme.json