Skip to content

Add space theme background to Copilot CRT frame #177

@khang859

Description

@khang859

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions