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

11 lines
188 B
Go

package inc
func screenSecretLab() screen {
return screen{
name: ScreenSecretLab,
title: "SECRET RESEARCH LABORATORY",
background: BgSecretLab,
onSelector: true,
}
}