Update v0.8.1

This commit is contained in:
OverloadedOrama 2020-10-14 16:15:30 +03:00
parent a9f9569012
commit 320f1a4da2
5 changed files with 5 additions and 4 deletions

View file

@ -382,7 +382,7 @@ func help_menu_id_pressed(id : int) -> void:
if OS.get_name() == "OSX":
OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/blob/master/CHANGELOG.md")
else:
OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/blob/master/CHANGELOG.md#v08---2020-09-23")
OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/blob/master/CHANGELOG.md#v08---2020-10-14")
4: # About Pixelorama
Global.control.get_node("Dialogs/AboutDialog").popup_centered()
Global.dialog_open(true)