mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 10:34:43 -04:00
Opening .pxo files directly with Pixelorama is now also supported
Also added "-> void" to the methods that did not already have it
This commit is contained in:
parent
45a31faa7b
commit
9e7a3059f2
5 changed files with 25 additions and 20 deletions
|
@ -15,9 +15,6 @@ func _ready() -> void:
|
|||
remove_child(child)
|
||||
get_vbox().add_child(child)
|
||||
|
||||
if OS.get_cmdline_args():
|
||||
_on_ImportSprites_files_selected(OS.get_cmdline_args())
|
||||
|
||||
func _on_ImportAsNewFrame_pressed() -> void:
|
||||
new_frame = !new_frame
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue