mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 05:34:43 -04:00
Saving .png files is now possible in HTML5
Addresses #280. Huge thanks to https://github.com/Pukkah/HTML5-File-Exchange-for-Godot
This commit is contained in:
parent
6b26bb5b10
commit
fb7c1a1874
3 changed files with 117 additions and 3 deletions
|
@ -97,6 +97,7 @@ Global="*res://src/Autoload/Global.gd"
|
|||
Import="*res://src/Autoload/Import.gd"
|
||||
OpenSave="*res://src/Autoload/OpenSave.gd"
|
||||
DrawingAlgos="*res://src/Autoload/DrawingAlgos.gd"
|
||||
Html5FileExchange="*res://src/Autoload/HTML5FileExchange.gd"
|
||||
|
||||
[debug]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue