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

14 lines
245 B
Go

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