From 276b831c45ea97193d4590129c0ff68b3853f6bd 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 ff1c783d987..40afe6528c9 100644 --- a/misc/dist/html/editor.html +++ b/misc/dist/html/editor.html @@ -4,7 +4,7 @@ - + Godot Engine Web Editor ($GODOT_VERSION)