From 4db801aaeac130a74197ab43e531ce2533414eb9 Mon Sep 17 00:00:00 2001 From: Leon Krause Date: Sun, 13 Aug 2017 13:10:04 +0200 Subject: HTML5 start-up overhaul - Implement promise-based JS interface for custom HTML page integration - Add download progress callback - Add progress bar and indeterminate spinner to default HTML page - Try downloading files multiple times when failing - Get rid of godotfs.js - Separate steps for engine initialization, game initialization and game start - Allow multiple games on one HTML page - Substitution placeholders only used in .html file - Placeholders renamed: $GODOT_BASE => $GODOT_BASENAME, $GODOT_TMEM -> $GODOT_TOTAL_MEMORY - Emscripten Module is now Engine.RuntimeEnvironment (no longer a global) --- misc/dist/html/default.html | 386 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 386 insertions(+) create mode 100644 misc/dist/html/default.html (limited to 'misc/dist/html') diff --git a/misc/dist/html/default.html b/misc/dist/html/default.html new file mode 100644 index 0000000000..9fae34f97e --- /dev/null +++ b/misc/dist/html/default.html @@ -0,0 +1,386 @@ + + + + + + +$GODOT_HEAD_INCLUDE + + +
+ + HTML5 canvas appears to be unsupported in the current browser.
+ Please try updating or use a different browser. +
+
+ + + +
+
+
+
+ Output: + +
+
+
+ + + + + -- cgit v1.2.3