This website requires JavaScript.
Explore
Help
Sign In
godotengine
/
godot
Watch
1
Star
0
Fork
You've already forked godot
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2abec59db9
godot
/
platform
/
javascript
/
pre.js
3 lines
68 B
JavaScript
Raw
Normal View
History
Unescape
Escape
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)
2017-08-13 11:10:04 +00:00
var
Engine
=
{
Expose Emscripten libs to engine.js discreetly
2018-03-27 07:06:19 +00:00
RuntimeEnvironment
:
function
(
Module
,
exposedLibs
)
{