Files
realworld/inc/background.hackerspace.go
T
2026-08-29 23:27:15 +02:00

14 lines
235 B
Go

package inc
import (
inkwell "git.teletypegames.org/engines/inkwell"
)
func backgroundHackerspace() inkwell.Asset {
return inkwell.Asset{
Name: BgHackerspace,
Path: "assets/bg/hackerspace.png",
Kind: inkwell.AssetImage,
}
}