15 lines
451 B
Go
15 lines
451 B
Go
package inc
|
|
|
|
// columbarium is a 💡 suggestion: where Dex is buried. A quiet place, away
|
|
// from the noise of the terminals — the loss-and-letting-go thread, which is
|
|
// the same thread as Norman and The AI
|
|
// (wiki: entities#potenciális-további-helyszínek).
|
|
func screenColumbarium() screen {
|
|
return screen{
|
|
name: ScreenColumbarium,
|
|
title: "COLUMBARIUM — DEX'S MEMORIAL",
|
|
background: BgColumbarium,
|
|
onSelector: true,
|
|
}
|
|
}
|