format fixes
This commit is contained in:
@@ -6,8 +6,16 @@ func screenRooftopHideout() screen {
|
||||
title: "NORMAN'S ROOFTOP HIDEOUT",
|
||||
background: BgRooftopHideout,
|
||||
exits: []exit{
|
||||
{to: ScreenNormanApartment, label: "back down into the flat", side: sideNear},
|
||||
{to: ScreenBBSTerminal, label: "the old terminal", side: sideRight},
|
||||
{
|
||||
to: ScreenNormanApartment,
|
||||
label: "back down into the flat",
|
||||
side: sideNear,
|
||||
},
|
||||
{
|
||||
to: ScreenBBSTerminal,
|
||||
label: "the old terminal",
|
||||
side: sideRight,
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user