mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 13:44:42 -04:00
.pxo files now get opened in a new tab
This commit is contained in:
parent
7a61f1ea4a
commit
1b1c7f844f
5 changed files with 22 additions and 20 deletions
|
@ -29,7 +29,6 @@ func _init(_frames := [], _name := tr("untitled"), _size := Vector2(64, 64)) ->
|
|||
size = _size
|
||||
x_max = size.x
|
||||
y_max = size.y
|
||||
layers.append(Layer.new())
|
||||
undo_redo = UndoRedo.new()
|
||||
|
||||
Global.tabs.add_tab(name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue