11 lines
189 B
Go
11 lines
189 B
Go
package inc
|
|
|
|
func init() {
|
|
ScreenManager.Register(Screen{
|
|
Name: ScreenBVKBranch,
|
|
Title: "BVK — SAN FRANCISCO BRANCH",
|
|
Background: BgBVKBranch,
|
|
OnSelector: true,
|
|
})
|
|
}
|