1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00

Mono: Add project export plugin

(cherry picked from commit 9fd606c549)
This commit is contained in:
Ignacio Etcheverry
2018-02-22 13:39:41 +01:00
committed by Hein-Pieter van Braam
parent d02c891a4b
commit 9e4d34aebb
12 changed files with 403 additions and 51 deletions

View File

@@ -118,6 +118,8 @@ void CSharpLanguage::init() {
#ifdef TOOLS_ENABLED
EditorNode::add_init_callback(&gdsharp_editor_init_callback);
GLOBAL_DEF("mono/export/include_scripts_content", true);
#endif
}