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

14 lines
210 B
Go

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