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

15 lines
252 B
Go

package inc
import (
inkwell "git.teletypegames.org/engines/inkwell"
)
// paulShop — deck 01.
func backgroundPaulShop() inkwell.Asset {
return inkwell.Asset{
Name: BgPaulShop,
Path: "assets/bg/paul_shop.png",
Kind: inkwell.AssetImage,
}
}