Give the win ending its own background image

Previously reused gameover.webp for both win and loss states since it
was deliberately mood-neutral. Now has a dedicated photo: same desk,
chair pushed back in rather than empty, stamp/ink/letters back in
place, a fresh unopened stack waiting — continuation, not triumph,
matching the ending copy's own restraint. .end-screen now carries a
victory/failure class the same way .end-card already did, so CSS can
target the right background per outcome.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Fredrik Johansson
2026-07-27 19:51:30 +02:00
parent 31a6770dfd
commit f71878861c
4 changed files with 9 additions and 2 deletions

2
.gitignore vendored
View File

@@ -7,3 +7,5 @@ dist
# actually ship; no need to bloat the repo with the 1.7MB originals.
/intro.png
/gameover.png
/win.png
/win2.png