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

11 lines
179 B
Go

package inc
func screenShowroom() screen {
return screen{
name: ScreenShowroom,
title: "NEUMATRONIC SHOWROOM",
background: BgShowroom,
onSelector: true,
}
}