Files
realworld/inc/background.public_bbs.go
T
2026-08-29 23:27:15 +02:00

14 lines
230 B
Go

package inc
import (
inkwell "git.teletypegames.org/engines/inkwell"
)
func backgroundPublicBBS() inkwell.Asset {
return inkwell.Asset{
Name: BgPublicBBS,
Path: "assets/bg/public_bbs.png",
Kind: inkwell.AssetImage,
}
}