orbit/js/galaxy
Brian Fertig 1c5767b095 Add deep-space station variants with spritesheet art and landing support
- Introduce StationFrames.js galaxy-wide pass that spreads spacestations.png
  variant frames across the galaxy, avoiding collisions among neighbor stars
- Stamp settlement.stationFrame in SystemGenerator so content carries the
  assigned variant (lazy === eager)
- Render deep-space stations from the spritesheet when available; keep
  procedural fallback for waypoints and missing textures
- Extend comms target with isStation/frame and allow REQUEST LANDING on
  deep-space stations, passing station flag into SurfaceScene
- Add landing.stationVideos entries and music.stationFrames slots keyed by
  variant frame; surface/shop clips degrade gracefully until authored
- Add dev tooling: station-shot page/runner for world/panel/land/deck states
  and a Node test asserting variant spread beats naive random assignment
2026-09-07 22:23:12 -06:00
..
Discovery.js
Galaxy.js Add deep-space station variants with spritesheet art and landing support 2026-09-07 22:23:12 -06:00
GalaxyChart.js Add route/destination visualization to map console 2026-09-07 21:48:50 -06:00
JumpNetwork.js
JumpTravel.js
PlanetFrames.js
Route.js
StationFrames.js Add deep-space station variants with spritesheet art and landing support 2026-09-07 22:23:12 -06:00
SystemChart.js Add route/destination visualization to map console 2026-09-07 21:48:50 -06:00
SystemGenerator.js Add deep-space station variants with spritesheet art and landing support 2026-09-07 22:23:12 -06:00
SystemReport.js