format fixes
This commit is contained in:
@@ -6,8 +6,16 @@ func screenSecretClub() screen {
|
||||
title: "SECRET CLUB — THE UNDERWATER SUN",
|
||||
background: BgSecretClub,
|
||||
exits: []exit{
|
||||
{to: ScreenBBSTerminal, label: "the terminal in the corner", side: sideBack},
|
||||
{to: ScreenTrinketShop, label: "back out through the shop", side: sideNear},
|
||||
{
|
||||
to: ScreenBBSTerminal,
|
||||
label: "the terminal in the corner",
|
||||
side: sideBack,
|
||||
},
|
||||
{
|
||||
to: ScreenTrinketShop,
|
||||
label: "back out through the shop",
|
||||
side: sideNear,
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user