15 lines
256 B
Go
15 lines
256 B
Go
package inc
|
|
|
|
import (
|
|
inkwell "git.teletypegames.org/engines/inkwell"
|
|
)
|
|
|
|
// secretLab — deck 15.
|
|
func backgroundSecretLab() inkwell.Asset {
|
|
return inkwell.Asset{
|
|
Name: BgSecretLab,
|
|
Path: "assets/bg/secret_lab.png",
|
|
Kind: inkwell.AssetImage,
|
|
}
|
|
}
|