mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-12-18 13:04:42 -05:00
Each Project has its own export path now
This could be buggy so it needs more testing.
This commit is contained in:
parent
687819413d
commit
0a0bf62bcd
4 changed files with 48 additions and 66 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue