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

14 lines
236 B
Go

package inc
import (
inkwell "git.teletypegames.org/engines/inkwell"
)
func backgroundCuratorShop() inkwell.Asset {
return inkwell.Asset{
Name: BgCuratorShop,
Path: "assets/bg/curator_shop.png",
Kind: inkwell.AssetImage,
}
}