Skip to content
Snippets Groups Projects
Commit 861f7eca authored by Arkerthan's avatar Arkerthan
Browse files

Convert Main to domPassage

parent fef313d7
No related branches found
No related tags found
1 merge request!8561Convert Main passage to domPassage
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"]);
:: Main [nobr jump-to-safe jump-from-safe]
<<set $nextButton = "END WEEK", $nextLink = "End Week", $encyclopedia = "How to Play">>
<<includeDOM App.MainView.full()>>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment