v0.8 - The multiple project & Web update!

This commit is contained in:
OverloadedOrama 2020-09-23 16:51:08 +03:00
parent e04375ed75
commit 1fc7cc151d
6 changed files with 11 additions and 8 deletions

View file

@ -137,7 +137,7 @@ func _on_Groups_item_selected() -> void:
func _on_Website_pressed() -> void:
OS.shell_open("https://www.orama-interactive.com/pixelorama")
OS.shell_open("https://www.orama-interactive.com")
func _on_GitHub_pressed() -> void:

View file

@ -379,7 +379,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#v07---2020-05-16")
OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/blob/master/CHANGELOG.md#v08---2020-09-23")
4: # About Pixelorama
Global.control.get_node("Dialogs/AboutDialog").popup_centered()
Global.dialog_open(true)