Files
realworld/inc/background.alley.go
T
2026-08-29 23:27:15 +02:00

14 lines
217 B
Go

package inc
import (
inkwell "git.teletypegames.org/engines/inkwell"
)
func backgroundAlley() inkwell.Asset {
return inkwell.Asset{
Name: BgAlley,
Path: "assets/bg/alley.png",
Kind: inkwell.AssetImage,
}
}