Files
realworld/inc/screen.paul_shop.go
T
2026-08-29 23:33:29 +02:00

17 lines
293 B
Go

package inc
func screenPaulShop() screen {
return screen{
name: ScreenPaulShop,
title: "PAUL'S SHOP — JUNK AND GARAGE",
background: BgPaulShop,
exits: []exit{
{
to: ScreenNoodleHouse,
label: "the bus to San Francisco",
side: sideNear,
},
},
}
}