mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 06:54:43 -04:00
v0.6.1 release
This commit is contained in:
parent
24480ede6f
commit
97dad3ef10
5 changed files with 8 additions and 7 deletions
|
@ -355,7 +355,7 @@ func help_menu_id_pressed(id : int) -> void:
|
|||
1: # Issue Tracker
|
||||
OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/issues")
|
||||
2: # Changelog
|
||||
OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/blob/master/Changelog.md#v06---06-01-2020")
|
||||
OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/blob/master/Changelog.md#v061---13-01-2020")
|
||||
3: # About Pixelorama
|
||||
$AboutDialog.popup_centered()
|
||||
Global.can_draw = false
|
||||
|
|
|
@ -132,4 +132,4 @@ func load_from_file(path : String) -> Palette:
|
|||
|
||||
file.close()
|
||||
|
||||
return result
|
||||
return result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue