1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-19 09:39:48 +00:00
Pixelorama/src/UI/Timeline
OverloadedOrama 34bc528e97 Added AnimationTag class
Replaces nested Global.animation_tags arrays. Also replaced array.duplicate(true) with looping through the array and creating a new class for each array element, because duplicate(true) does not create new classes, unfortunately, which was causing issues with undo/redo.
2020-06-02 05:14:05 +03:00
..
AnimationTag.tscn Created a "UI" folder in src 2020-05-02 01:19:01 +03:00
AnimationTimeline.gd Added AnimationTag class 2020-06-02 05:14:05 +03:00
AnimationTimeline.tscn Added AnimationTag class 2020-06-02 05:14:05 +03:00
CelButton.gd Added AnimationTag class 2020-06-02 05:14:05 +03:00
CelButton.tscn Created a "UI" folder in src 2020-05-02 01:19:01 +03:00
FrameTagDialog.gd Added AnimationTag class 2020-06-02 05:14:05 +03:00
FrameTagDialog.tscn Added AnimationTag class 2020-06-02 05:14:05 +03:00
LayerButton.gd Use a new Layer class to handle layer information 2020-06-01 16:42:53 +03:00
LayerButton.tscn Added forgotten translations, bumped version to rc3 and small dialog UI changes 2020-05-11 20:07:16 +03:00