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

15 lines
256 B
Go

package inc
import (
inkwell "git.teletypegames.org/engines/inkwell"
)
// bvkBranch — deck 18.
func backgroundBvkBranch() inkwell.Asset {
return inkwell.Asset{
Name: BgBVKBranch,
Path: "assets/bg/bvk_branch.png",
Kind: inkwell.AssetImage,
}
}