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

15 lines
280 B
Go

package inc
import (
inkwell "git.teletypegames.org/engines/inkwell"
)
// normanApartment — deck 03.
func backgroundNormanApartment() inkwell.Asset {
return inkwell.Asset{
Name: BgNormanApartment,
Path: "assets/bg/norman_apartment.png",
Kind: inkwell.AssetImage,
}
}