1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-19 17:49:47 +00:00
Pixelorama/src/Classes
OverloadedOrama e94bcf50e0 Made pxo saving a bit safer
It now first attempts to serialize the project data and turn them to JSON, and then opens the file. This is a lto safer because, if a crash happens in the serialization, the file is not already open, and therefore it does not get corrupt. Earlier, if a crash happened, the file would be empty. This meant that if that file existed previously, all of the data would be lost.
2020-10-20 03:27:38 +03:00
..
AnimationTag.gd Bring refactoring changes to master (#253) 2020-06-02 20:00:18 +03:00
Cel.gd Changed structure of .pxo files 2020-06-10 04:17:39 +03:00
Drawers.gd Improved performance for drawing after the selected_pixels change 2020-07-20 22:29:58 +03:00
Frame.gd Fixed issue where new images had the size of the previous project 2020-06-09 18:44:08 +03:00
ImageEffect.gd Removed duplicate code from the image effects and put it into the parent ImageEffect class 2020-08-28 01:20:07 +03:00
Layer.gd Changed structure of .pxo files 2020-06-10 04:17:39 +03:00
Project.gd Made pxo saving a bit safer 2020-10-20 03:27:38 +03:00