Files
realworld/internal/content/background/secret_club.go
T
mr.zero bbc3faf3d7
ci/woodpecker/push/ebitengine Pipeline was successful
tmp backgrounds
2026-08-29 22:30:22 +02:00

17 lines
320 B
Go

package background
import (
inkwell "git.teletypegames.org/engines/inkwell"
"git.teletypegames.org/games/realworld/internal/names"
)
// secretClub — deck 10.
func secretClub() inkwell.Asset {
return inkwell.Asset{
Name: names.BgSecretClub,
Path: "assets/bg/secret_club.png",
Kind: inkwell.AssetImage,
}
}