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

15 lines
264 B
Go

package inc
import (
inkwell "git.teletypegames.org/engines/inkwell"
)
// scrapMarket — deck 20.
func backgroundScrapMarket() inkwell.Asset {
return inkwell.Asset{
Name: BgScrapMarket,
Path: "assets/bg/scrap_market.png",
Kind: inkwell.AssetImage,
}
}