11 lines
195 B
Go
11 lines
195 B
Go
package inc
|
|
|
|
func init() {
|
|
ScreenManager.Register(Screen{
|
|
Name: ScreenColumbarium,
|
|
Title: "COLUMBARIUM — DEX'S MEMORIAL",
|
|
Background: BgColumbarium,
|
|
OnSelector: true,
|
|
})
|
|
}
|