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

15 lines
276 B
Go

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,
}
}