v0.6.1 release

This commit is contained in:
OverloadedOrama 2020-01-13 14:50:57 +02:00
parent 24480ede6f
commit 97dad3ef10
5 changed files with 8 additions and 7 deletions

View file

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

View file

@ -132,4 +132,4 @@ func load_from_file(path : String) -> Palette:
file.close()
return result
return result