From 4e0945340739bb9d1a8fdf30dfff12a7650c86a1 Mon Sep 17 00:00:00 2001 From: Fabio Alessandrelli Date: Mon, 25 Jan 2021 04:48:11 +0100 Subject: [PATCH] [HTML5] Better editor HTML, small refactor. Side and GDNative libraries are now added by engine.js , the dynlink pre js had been deleted. --- misc/dist/html/editor.html | 11 ++++++++++- platform/javascript/SCsub | 11 +++++++---- platform/javascript/detect.py | 13 +++++++++++-- platform/javascript/emscripten_helpers.py | 9 +++++++++ platform/javascript/js/dynlink.pre.js | 1 - platform/javascript/js/engine/engine.js | 2 +- 6 files changed, 38 insertions(+), 9 deletions(-) delete mode 100644 platform/javascript/js/dynlink.pre.js diff --git a/misc/dist/html/editor.html b/misc/dist/html/editor.html index de3cd07a933a..53ad8267306b 100644 --- a/misc/dist/html/editor.html +++ b/misc/dist/html/editor.html @@ -4,7 +4,7 @@ - + Godot Engine Web Editor ($GODOT_VERSION)