Each Project has its own export path now

This could be buggy so it needs more testing.
This commit is contained in:
OverloadedOrama 2020-08-28 18:05:49 +03:00
parent 687819413d
commit 0a0bf62bcd
4 changed files with 48 additions and 66 deletions

View file

@ -198,7 +198,7 @@ func export_file() -> void:
Global.export_dialog.popup_centered()
Global.dialog_open(true)
else:
Global.export_dialog.external_export()
Export.external_export()
func edit_menu_id_pressed(id : int) -> void: