Commit from which v0.6.2 will be build on - hopefully

This commit is contained in:
OverloadedOrama 2020-02-17 16:38:24 +02:00
parent e4aa12ff1d
commit b656d4976b
3 changed files with 41 additions and 14 deletions

View file

@ -375,7 +375,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#v061---13-01-2020")
OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/blob/master/Changelog.md#v062---17-02-2020")
3: # About Pixelorama
$AboutDialog.popup_centered()
Global.can_draw = false