mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 15:44:42 -04:00
Import as new frame on ImportSprites dialog now ticked on by default
This commit is contained in:
parent
ad2e1062ee
commit
be91e65c55
4 changed files with 8 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
extends FileDialog
|
||||
|
||||
var new_frame := false
|
||||
var new_frame := true
|
||||
var import_spritesheet := false
|
||||
var spritesheet_horizontal := 1
|
||||
var spritesheet_vertical := 1
|
||||
|
@ -107,6 +107,5 @@ func _on_ImportSprites_files_selected(paths : PoolStringArray) -> void:
|
|||
Global.canvas = Global.canvases[Global.canvases.size() - 1]
|
||||
Global.canvas.visible = true
|
||||
|
||||
Global.undo_redo.clear_history(false)
|
||||
OS.set_window_title(first_path.get_file() + " (imported) - Pixelorama")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue