15 lines
252 B
Go
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,
|
|
}
|
|
}
|