Files
realworld/inc/screen.showroom.go
T
2026-08-29 23:59:56 +02:00

11 lines
179 B
Go

package inc
func init() {
ScreenManager.Register(Screen{
Name: ScreenShowroom,
Title: "NEUMATRONIC SHOWROOM",
Background: BgShowroom,
OnSelector: true,
})
}