mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 14:04:43 -04:00
v0.8 - The multiple project & Web update!
This commit is contained in:
parent
e04375ed75
commit
1fc7cc151d
6 changed files with 11 additions and 8 deletions
|
@ -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:
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue