mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 07:24:43 -04:00
Refactor export dialog (#288)
* Split export code from export dialog to Export.gd autoload Clean access to child nodes of export dialog * Fix export variables set in Main.gd * Fix more wrong variable assignments Co-authored-by: alexhayoo <65853178+alexhayoo@users.noreply.github.com>
This commit is contained in:
parent
2346ca810b
commit
6f645d996d
6 changed files with 514 additions and 475 deletions
|
@ -117,6 +117,7 @@ OpenSave="*res://src/Autoload/OpenSave.gd"
|
|||
DrawingAlgos="*res://src/Autoload/DrawingAlgos.gd"
|
||||
Tools="*res://src/Autoload/Tools.gd"
|
||||
Html5FileExchange="*res://src/Autoload/HTML5FileExchange.gd"
|
||||
Export="*res://src/Autoload/Export.gd"
|
||||
|
||||
[debug]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue