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:
OverloadedOrama 2020-04-05 00:35:11 +03:00
parent d55216a834
commit 3ca1d00b98
14 changed files with 228 additions and 3 deletions

View file

@ -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