mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 22:44:42 -04:00
Importing PNGs should now work
This commit is contained in:
parent
4969978f46
commit
2f07259389
2 changed files with 14 additions and 5 deletions
|
@ -553,11 +553,6 @@ func _on_SaveSprite_file_selected(path : String) -> void:
|
|||
_on_QuitDialog_confirmed()
|
||||
|
||||
func clear_canvases() -> void:
|
||||
for child in Global.vbox_layer_container.get_children():
|
||||
if child is PanelContainer:
|
||||
child.queue_free()
|
||||
for child in Global.frame_containers.get_children():
|
||||
child.queue_free()
|
||||
for child in Global.canvas_parent.get_children():
|
||||
if child is Canvas:
|
||||
child.queue_free()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue