15 lines
263 B
Go
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,
|
|
}
|
|
}
|