Files
realworld/inc/background.trinket_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 backgroundTrinketShop() inkwell.Asset {
return inkwell.Asset{
Name: BgTrinketShop,
Path: "assets/bg/trinket_shop.png",
Kind: inkwell.AssetImage,
}
}