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

15 lines
264 B
Go

package inc
import (
inkwell "git.teletypegames.org/engines/inkwell"
)
// noodleHouse — deck 02.
func backgroundNoodleHouse() inkwell.Asset {
return inkwell.Asset{
Name: BgNoodleHouse,
Path: "assets/bg/noodle_house.png",
Kind: inkwell.AssetImage,
}
}