15 lines
269 B
Go
15 lines
269 B
Go
package inc
|
|
|
|
import (
|
|
inkwell "git.teletypegames.org/engines/inkwell"
|
|
)
|
|
|
|
// iceCreamShop — deck 07.
|
|
func backgroundIceCreamShop() inkwell.Asset {
|
|
return inkwell.Asset{
|
|
Name: BgIceCreamShop,
|
|
Path: "assets/bg/ice_cream_shop.png",
|
|
Kind: inkwell.AssetImage,
|
|
}
|
|
}
|