Files
realworld/inc/screen.showroom.go
T
2026-08-29 23:25:36 +02:00

15 lines
437 B
Go

package inc
// 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 screenShowroom() screen {
return screen{
name: ScreenShowroom,
title: "NEUMATRONIC SHOWROOM",
background: BgShowroom,
onSelector: true,
}
}