10 lines
161 B
Go
10 lines
161 B
Go
package background
|
|
|
|
import (
|
|
inkwell "git.teletypegames.org/engines/inkwell"
|
|
)
|
|
|
|
type Background = inkwell.Asset
|
|
|
|
var Manager = inkwell.NewManager[Background]()
|