mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-08-11 17:04:42 -04:00
UndoRedo vol 10 - Add/Remove/Clone/Move Frames now have UndoRedo
- UndoRedo for Add/Remove/Clone/Move Frames - Set functions for frame changes (both on canvases and Global.current_frame) - Removed unneeded signal methods and put multiple signals on one method instead (for example, add and clone layer button signals both connect to add_layer()) - Fixed bug where, if you opened a .pxo file with multiple frames, the remove frame button would be disabled. - Probably other small things that I'm forgetting to mention
This commit is contained in:
parent
ec7b2129ff
commit
e825cc03e5
5 changed files with 263 additions and 228 deletions
|
@ -4,4 +4,3 @@ var frame := 0
|
|||
|
||||
func _on_FrameButton_pressed() -> void:
|
||||
Global.current_frame = frame
|
||||
Global.change_frame()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue