Files
realworld/inc/background.secret_club.go
2026-08-29 23:59:56 +02:00

14 lines
221 B
Go

package inc
import (
inkwell "git.teletypegames.org/engines/inkwell"
)
func init() {
BackgroundManager.Register(Background{
Name: BgSecretClub,
Path: "assets/bg/secret_club.png",
Kind: inkwell.AssetImage,
})
}