From ebb7d2cdb7c5cd755f0b4b69db934df9cc15b1d6 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sun, 12 Feb 2017 22:52:02 -0300 Subject: -WIP Exporter to Godot 3.0, only text scenes (no .scn) and still kind of buggy --- tools/editor/editor_node.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tools/editor/editor_node.h') diff --git a/tools/editor/editor_node.h b/tools/editor/editor_node.h index ca5327abf..19cca549e 100644 --- a/tools/editor/editor_node.h +++ b/tools/editor/editor_node.h @@ -80,6 +80,7 @@ #include "fileserver/editor_file_server.h" #include "editor_resource_preview.h" +#include "editor_export_godot3.h" #include "progress_dialog.h" @@ -146,6 +147,7 @@ private: EDIT_REDO, EDIT_REVERT, TOOLS_ORPHAN_RESOURCES, + TOOLS_EXPORT_GODOT3, RESOURCE_NEW, RESOURCE_LOAD, RESOURCE_SAVE, @@ -281,6 +283,9 @@ private: HBoxContainer *search_bar; LineEdit *search_box; + EditorExportGodot3 export_godot3; + FileDialog *export_godot3_dialog; + CreateDialog *create_dialog; CallDialog *call_dialog; @@ -573,6 +578,8 @@ private: void _update_addon_config(); + void _export_godot3_path(const String& p_path); + static void _file_access_close_error_notify(const String& p_str); protected: -- cgit v1.2.3-70-g09d2