tmp backgrounds
ci/woodpecker/push/ebitengine Pipeline was successful

This commit is contained in:
2026-08-29 22:30:22 +02:00
parent 45dac473fd
commit bbc3faf3d7
87 changed files with 1672 additions and 158 deletions
+16
View File
@@ -0,0 +1,16 @@
package screen
import "git.teletypegames.org/games/realworld/internal/names"
// showroom is a 💡 suggestion: the legitimate, glittering side — Armilla
// cabinets, licensed operators, matte-black Nokia-punk under showroom lights.
// The contrast with Paul's edge of the world
// (wiki: entities#potenciális-további-helyszínek).
func showroom() screen {
return screen{
name: names.ScreenShowroom,
title: "NEUMATRONIC SHOWROOM",
background: names.BgShowroom,
onSelector: true,
}
}