mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 13:54:44 -04:00
v0.8.2-stable
This commit is contained in:
parent
534ebaed02
commit
fe0fb7d21f
4 changed files with 5 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue