mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 13:54:44 -04:00
Added basic UI for tabs
This commit is contained in:
parent
2e69e1a8c2
commit
709a6d470e
4 changed files with 70 additions and 38 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue