Newer
Older
new App.DomPassage("Main",
() => {
V.nextButton = "END WEEK";
V.nextLink = "End Week";
V.encyclopedia = "How to Play";
return App.MainView.full();
}, ["jump-to-safe", "jump-from-safe"]
);
new App.DomPassage("Future Society", () => { return App.UI.fsPassage(); }, ["jump-to-safe", "jump-from-safe"]);
new App.DomPassage("Manage Penthouse",
() => {
V.nextButton = "Back";
V.encyclopedia = "What the Upgrades Do";
return App.UI.managePenthouse();
}, ["jump-to-safe", "jump-from-safe"]
);