1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-02-20 20:43:14 +00:00
Pixelorama/src/UI
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
..
Dialogs Fixes critical bug with saving projects that contained linked cels 2020-05-09 03:51:23 +03:00
Rulers Asset renaming (#225) 2020-05-05 03:53:58 +03:00
Timeline Changing a button's texturerect child no longer requires the theme in its file path 2020-05-06 15:19:53 +03:00
BrushButton.gd Created a "UI" folder in src 2020-05-02 01:19:01 +03:00
BrushButton.tscn Asset renaming (#225) 2020-05-05 03:53:58 +03:00
NotificationLabel.gd Created a "UI" folder in src 2020-05-02 01:19:01 +03:00
NotificationLabel.tscn Created a "UI" folder in src 2020-05-02 01:19:01 +03:00
PatternButton.gd Created a "UI" folder in src 2020-05-02 01:19:01 +03:00
PatternButton.tscn Asset renaming (#225) 2020-05-05 03:53:58 +03:00
SecondViewport.gd Created a "UI" folder in src 2020-05-02 01:19:01 +03:00
TransparentChecker.gd Created a "UI" folder in src 2020-05-02 01:19:01 +03:00