15 lines
280 B
Go
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,
|
|
}
|
|
}
|