Export template management dialog.

Missing download (need to discuss this!)
This commit is contained in:
Juan Linietsky 2017-03-20 23:31:41 -03:00
parent 33a2c5def0
commit b5a06cecff
12 changed files with 543 additions and 105 deletions

View file

@ -51,7 +51,7 @@ static int _get_pad(int p_alignment, int p_n) {
};
return pad;
};
}
#define PCK_PADDING 16
@ -870,6 +870,7 @@ bool EditorExportPlatformPC::can_export(const Ref<EditorExportPreset> &p_preset,
} else if (find_export_template(debug_file_64) == String()) {
r_missing_templates = true;
}
return !r_missing_templates;
}