package background import ( inkwell "git.teletypegames.org/engines/inkwell" "git.teletypegames.org/games/realworld/inc" ) func init() { Manager.Register(Background{ Name: inc.BgNormanApartment, Path: "assets/bg/norman_apartment.png", Kind: inkwell.AssetImage, }) }