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

15 lines
280 B
Go

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