14 lines
222 B
Go
14 lines
222 B
Go
package inc
|
|
|
|
import (
|
|
inkwell "git.teletypegames.org/engines/inkwell"
|
|
)
|
|
|
|
func init() {
|
|
BackgroundManager.Register(Background{
|
|
Name: BgColumbarium,
|
|
Path: "assets/bg/columbarium.png",
|
|
Kind: inkwell.AssetImage,
|
|
})
|
|
}
|