Files
realworld/internal/content/screen/showroom.go
T
mr.zero bbc3faf3d7
ci/woodpecker/push/ebitengine Pipeline was successful
tmp backgrounds
2026-08-29 22:30:22 +02:00

17 lines
509 B
Go

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,
}
}