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:
OverloadedOrama 2020-06-30 18:32:16 +03:00
parent 6b26bb5b10
commit fb7c1a1874
3 changed files with 117 additions and 3 deletions

View file

@ -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]