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

14 lines
248 B
Go

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