feat(title): warm shader background, pulsing glow, drifting embers

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-11 10:54:22 -05:00
parent a77bf03ee4
commit f07139256b
5 changed files with 86 additions and 1 deletions

View File

@@ -19,6 +19,10 @@ const BORDER_3 := Color("4a4238")
const BORDER_4 := Color("3a352e")
const BORDER_5 := Color("1a1512")
# --- Title-screen ambiance (warm radial background) ---
const TITLE_WARM := Color("2a2018") # radial centre
const TITLE_MID := Color("160f0a") # radial midpoint (STAGE_1 is the edge)
# --- Parchment ---
const SHEET_TOP := Color("ece2ca")
const SHEET_BOTTOM := Color("e4d8bd")