diff --git a/src/005-passages/managePassages.js b/src/005-passages/managePassages.js index b1d1e2f7731581e4b97d0ca64133c3d2704a5af6..e05ee918eb52a2180ce1368dbad4626d38f79458 100644 --- a/src/005-passages/managePassages.js +++ b/src/005-passages/managePassages.js @@ -1 +1,11 @@ +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"]); diff --git a/src/uncategorized/main.tw b/src/uncategorized/main.tw deleted file mode 100644 index 983bec71f5705fa1e26e73370a5bf6d00a25fd6b..0000000000000000000000000000000000000000 --- a/src/uncategorized/main.tw +++ /dev/null @@ -1,5 +0,0 @@ -:: Main [nobr jump-to-safe jump-from-safe] - -<<set $nextButton = "END WEEK", $nextLink = "End Week", $encyclopedia = "How to Play">> - -<<includeDOM App.MainView.full()>>