17 lines
279 B
Go
17 lines
279 B
Go
package inc
|
|
|
|
import (
|
|
inkwell "git.teletypegames.org/engines/inkwell"
|
|
)
|
|
|
|
func init() {
|
|
SceneManager.Register(Scene{
|
|
Name: SceneSamizdatPress,
|
|
Title: "SAMIZDAT PRINTING HOUSE",
|
|
Background: BgSamizdatPress,
|
|
Exits: []inkwell.Exit{
|
|
exitToSelector,
|
|
},
|
|
})
|
|
}
|