new file structure
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user