Files
realworld/inc/background/background.manager.go
T
mr.zero c5c0c02c03
ci/woodpecker/push/ebitengine Pipeline was successful
dirs
2026-08-30 23:21:06 +02:00

10 lines
161 B
Go

package background
import (
inkwell "git.teletypegames.org/engines/inkwell"
)
type Background = inkwell.Asset
var Manager = inkwell.NewManager[Background]()