mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 06:54:43 -04:00
Added a tag button in the timeline
Creates a new frame tag for now, it will be changed to manage all tags
This commit is contained in:
parent
d55216a834
commit
3ca1d00b98
14 changed files with 228 additions and 3 deletions
|
@ -54,6 +54,10 @@ func add_frame() -> void:
|
|||
Global.undo_redo.commit_action()
|
||||
|
||||
|
||||
func _on_FrameTagButton_pressed() -> void:
|
||||
Global.tag_dialog.popup_centered()
|
||||
|
||||
|
||||
func _on_OnionSkinning_pressed() -> void:
|
||||
Global.onion_skinning = !Global.onion_skinning
|
||||
Global.canvas.update()
|
||||
|
@ -325,3 +329,4 @@ func _on_OnionSkinningSettings_popup_hide() -> void:
|
|||
|
||||
func _on_TagDialog_popup_hide() -> void:
|
||||
Global.can_draw = true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue