We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notably, the actual game run in an actual browser rendered in index.html moves on to the next scene without complaint.
Test with nav = new SceneNavigator([ "1" ,"2" ]);
and two blank text files in /scenes, 1.txt and 2.txt
The text was updated successfully, but these errors were encountered:
Incidentally, the JS error produced by randomtest is:
java -jar tests\dojo-release-1.3.2-src\util\doh\js.jar randomtest.js 50 1)randomtest-output.txt js: uncaught JavaScript runtime exception: ReferenceError: "main" is not defined.
Sorry, something went wrong.
No branches or pull requests
Notably, the actual game run in an actual browser rendered in index.html moves on to the next scene without complaint.
Test with
nav = new SceneNavigator([
"1"
,"2"
]);
and two blank text files in /scenes, 1.txt and 2.txt
The text was updated successfully, but these errors were encountered: