Summary
Replace the plain black (#171717) background in the Copilot CRT frame panel with a subtle deep-space starfield image. Should feel like looking through a viewport — dark navy/indigo with scattered stars, nothing overwhelming.
Design
- Image generation: Use
fleet images generate — dark deep space, scattered stars, no planets/nebulae. 16:9, 2K resolution.
- Asset storage: Store as a static
.png in the copilot assets directory (alongside reworked sprite files).
- CSS: Apply as
background-image on the CRT frame inner container with background-size: cover, background-position: center, and a dark fallback background-color.
- Scope: CRT frame panel only (not the outer spaceship area). The existing scanline overlay stays on top (layers nicely over the starfield).
- No settings/picker — just one background image.
Dependencies
- Mascot sprite system rework should be completed first (asset storage pattern should be established before adding the background image).
Summary
Replace the plain black (
#171717) background in the Copilot CRT frame panel with a subtle deep-space starfield image. Should feel like looking through a viewport — dark navy/indigo with scattered stars, nothing overwhelming.Design
fleet images generate— dark deep space, scattered stars, no planets/nebulae. 16:9, 2K resolution..pngin the copilot assets directory (alongside reworked sprite files).background-imageon the CRT frame inner container withbackground-size: cover,background-position: center, and a dark fallbackbackground-color.Dependencies