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

15 lines
263 B
Go

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