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

14 lines
219 B
Go

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