Added basic UI for tabs

This commit is contained in:
OverloadedOrama 2020-06-05 02:48:38 +03:00
parent 2e69e1a8c2
commit 709a6d470e
4 changed files with 70 additions and 38 deletions

View file

@ -27,6 +27,8 @@ func _init(_name := tr("untitled"), _size := Vector2(64, 64)) -> void:
layers.append(Layer.new())
undo_redo = UndoRedo.new()
Global.tabs.add_tab(name)
func frames_changed(value : Array) -> void:
frames = value