package inc import ( inkwell "git.teletypegames.org/engines/inkwell" ) // rooftopHideout — deck 16. func backgroundRooftopHideout() inkwell.Asset { return inkwell.Asset{ Name: BgRooftopHideout, Path: "assets/bg/rooftop_hideout.png", Kind: inkwell.AssetImage, } }