format fixes
This commit is contained in:
@@ -6,7 +6,11 @@ func screenSmallRestaurant() screen {
|
||||
title: "SMALL RESTAURANT — NEXT DOOR",
|
||||
background: BgSmallRestaurant,
|
||||
exits: []exit{
|
||||
{to: ScreenTrinketShop, label: "back to the trinket shop", side: sideLeft},
|
||||
{
|
||||
to: ScreenTrinketShop,
|
||||
label: "back to the trinket shop",
|
||||
side: sideLeft,
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user