Skip to content
Snippets Groups Projects
Commit 19e5fd6b authored by Arkerthan's avatar Arkerthan
Browse files

intro passages to pure dom

parent b42b941f
No related branches found
No related tags found
No related merge requests found
new App.DomPassage("PC Body Intro", () => { return App.Intro.PCBodyIntro(); });
new App.DomPassage("Intro Summary", () => { return App.Intro.summary(); });
new App.DomPassage("Acquisition",
() => {
V.encyclopedia = "How to Play";
return App.Intro.acquisition();
}
);
:: Acquisition [nobr]
<<set $encyclopedia = "How to Play">>
<<includeDOM App.Intro.acquisition()>>
\ No newline at end of file
:: Intro Summary [nobr]
<<includeDOM App.Intro.summary()>>
\ No newline at end of file
:: PC Body Intro [nobr]
<<includeDOM App.Intro.PCBodyIntro()>>
\ No newline at end of file
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