Files
realworld/inc/background.showroom.go
T
2026-08-29 23:25:36 +02:00

15 lines
251 B
Go

package inc
import (
inkwell "git.teletypegames.org/engines/inkwell"
)
// showroom — deck 22.
func backgroundShowroom() inkwell.Asset {
return inkwell.Asset{
Name: BgShowroom,
Path: "assets/bg/showroom.png",
Kind: inkwell.AssetImage,
}
}