.pxo files now get opened in a new tab

This commit is contained in:
OverloadedOrama 2020-06-05 18:54:11 +03:00
parent 7a61f1ea4a
commit 1b1c7f844f
5 changed files with 22 additions and 20 deletions

View file

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