Files
realworld/inc/background.ice_cream_shop.go
T
2026-08-29 23:59:56 +02:00

14 lines
226 B
Go

package inc
import (
inkwell "git.teletypegames.org/engines/inkwell"
)
func init() {
BackgroundManager.Register(Background{
Name: BgIceCreamShop,
Path: "assets/bg/ice_cream_shop.png",
Kind: inkwell.AssetImage,
})
}