From c54de7f5899f2bd64caee65efe16975a179aa51f Mon Sep 17 00:00:00 2001 From: Fabio Alessandrelli Date: Thu, 17 Sep 2020 18:01:36 +0200 Subject: [HTML5] Add JavaScriptToolsEditorPlugin. A new editor plugin, specific to HTML5, that provide some extra features needed to make the editor usable on that platform. For now, it adds a "Download project sources" option in the "Tool" menu, so the user can download the work done as a zip file (from the browser storage). --- platform/javascript/SCsub | 1 + 1 file changed, 1 insertion(+) (limited to 'platform/javascript/SCsub') diff --git a/platform/javascript/SCsub b/platform/javascript/SCsub index b57498b392..7381ea13b7 100644 --- a/platform/javascript/SCsub +++ b/platform/javascript/SCsub @@ -9,6 +9,7 @@ javascript_files = [ "javascript_eval.cpp", "javascript_main.cpp", "os_javascript.cpp", + "api/javascript_tools_editor_plugin.cpp", ] build_targets = ["#bin/godot${PROGSUFFIX}.js", "#bin/godot${PROGSUFFIX}.wasm"] -- cgit v1.2.3