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

15 lines
264 B
Go

package inc
import (
inkwell "git.teletypegames.org/engines/inkwell"
)
// trinketShop — deck 08.
func backgroundTrinketShop() inkwell.Asset {
return inkwell.Asset{
Name: BgTrinketShop,
Path: "assets/bg/trinket_shop.png",
Kind: inkwell.AssetImage,
}
}