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

15 lines
496 B
Go

package inc
// samizdatPress is a 💡 suggestion: the Resistance's physical node — parody
// BVK databases, underground publications, a P2P node humming in the cellar.
// The samizdat intellectuals are the first to write down that the world is
// slipping (wiki: entities#potenciális-további-helyszínek).
func screenSamizdatPress() screen {
return screen{
name: ScreenSamizdatPress,
title: "SAMIZDAT PRINTING HOUSE",
background: BgSamizdatPress,
onSelector: true,
}
}