v0.6 - Palettes, random brushes, multiple themes, image menu and many more!

This commit is contained in:
OverloadedOrama 2020-01-06 14:55:05 +02:00
parent bdfcb44633
commit eb8ce5c2e9
5 changed files with 54 additions and 37 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/1b57c4ee22e959ad3b1e1648aff3885a5f22b2b8/Changelog.md")
OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/blob/master/Changelog.md#v06---06-01-2020")
3: # About Pixelorama
$AboutDialog.popup_centered()
Global.can_draw = false