v0.8.2-stable

This commit is contained in:
Manolis Papadeas 2020-12-12 16:55:13 +02:00
parent 534ebaed02
commit fe0fb7d21f
4 changed files with 5 additions and 3 deletions

View file

@ -417,9 +417,10 @@ func help_menu_id_pressed(id : int) -> void:
OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/issues")
3: # Changelog
if OS.get_name() == "OSX":
# Issue #275 - remove when macOS builds use Godot 3.2.3
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-10-14")
OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/blob/master/CHANGELOG.md#v082---2020-12-12")
4: # About Pixelorama
Global.control.get_node("Dialogs/AboutDialog").popup_centered()
Global.dialog_open(true)