11 lines
179 B
Go
11 lines
179 B
Go
package inc
|
|
|
|
func screenShowroom() screen {
|
|
return screen{
|
|
name: ScreenShowroom,
|
|
title: "NEUMATRONIC SHOWROOM",
|
|
background: BgShowroom,
|
|
onSelector: true,
|
|
}
|
|
}
|