CozyPixelStudio/src
OverloadedOrama 0cd8fa7ddf Fixes critical bug with saving projects that contained linked cels
It used to save the linked cel array which contained the canvas nodes into the .pxo. This, however, does not make sense, because the canvas nodes are being recreated when a .pxo is loaded. Therefore, they are different nodes than they used to be.

Now, an array containing the frame numbers which have cels linked for each frame is being saved and loaded into the pxo.
2020-05-09 03:51:23 +03:00
..
Autoload Fixes critical bug with saving projects that contained linked cels 2020-05-09 03:51:23 +03:00
Palette Added a Tween to make the background UI darker when a dialog is opened 2020-05-08 18:37:45 +03:00
Shaders Saved the TransparentChecker shader as a resource 2020-05-03 03:49:44 +03:00
UI Fixes critical bug with saving projects that contained linked cels 2020-05-09 03:51:23 +03:00
CameraMovement.gd Merged "Scripts" and "Prefabs" folders into "src" 2020-05-01 22:17:05 +03:00
Canvas.gd Fixes critical bug with saving projects that contained linked cels 2020-05-09 03:51:23 +03:00
Canvas.tscn Merged "Scripts" and "Prefabs" folders into "src" 2020-05-01 22:17:05 +03:00
Drawers.gd Updated donors in the About dialog 2020-05-07 17:02:35 +03:00
Main.gd Added a Tween to make the background UI darker when a dialog is opened 2020-05-08 18:37:45 +03:00
Main.tscn Added a Tween to make the background UI darker when a dialog is opened 2020-05-08 18:37:45 +03:00
SelectionRectangle.gd Merged "Scripts" and "Prefabs" folders into "src" 2020-05-01 22:17:05 +03:00
XDGDataPaths.gd Append Global.root_directory to XDG_DATA_DIRS 2020-05-02 16:41:30 +03:00