new file structure

This commit is contained in:
2026-08-29 23:25:36 +02:00
parent bbc3faf3d7
commit ec48cd6b37
96 changed files with 805 additions and 969 deletions
+12
View File
@@ -0,0 +1,12 @@
package inc
// hospital is the clinical dead end: Dr. Maren looked for a medical reason for
// Norman's state and did not find one (wiki: entities, timeline 21).
func screenHospital() screen {
return screen{
name: ScreenHospital,
title: "HOSPITAL — PSYCHIATRIC WING",
background: BgHospital,
onSelector: true,
}
}