mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-19 17:49:47 +00:00
e94bcf50e0
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. |
||
---|---|---|
.. | ||
AnimationTag.gd | ||
Cel.gd | ||
Drawers.gd | ||
Frame.gd | ||
ImageEffect.gd | ||
Layer.gd | ||
Project.gd |