tmp backgrounds
ci/woodpecker/push/ebitengine Pipeline was successful

This commit is contained in:
2026-08-29 22:30:22 +02:00
parent 45dac473fd
commit bbc3faf3d7
87 changed files with 1672 additions and 158 deletions
+15
View File
@@ -0,0 +1,15 @@
package screen
import "git.teletypegames.org/games/realworld/internal/names"
// serverFarm is the cooled, humming corridors where The AI's physical
// infrastructure can be seen for what it is. Getting in needs the access tape
// from the hackerspace or from Noodle (wiki: entities, timeline 24).
func serverFarm() screen {
return screen{
name: names.ScreenServerFarm,
title: "SERVER FARM",
background: names.BgServerFarm,
onSelector: true,
}
}