15 lines
437 B
Go
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,
|
|
}
|
|
}
|