1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-02-20 12:33:14 +00:00

Fix Changelog URL

This commit is contained in:
Manolis Papadeas 2021-09-24 17:39:02 +03:00
parent 41d88c1839
commit f948c24430
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ func change_artwork(var direction : int) -> void:
chosen_artwork = 0 if direction == 1 else artworks.size()-1
else:
chosen_artwork = chosen_artwork+direction
splash_art_texturerect.texture = artworks[chosen_artwork][1]
art_by_label.text = tr("Art by: %s") % artworks[chosen_artwork][0]

View file

@ -533,7 +533,7 @@ func help_menu_id_pressed(id : int) -> void:
HelpMenuId.ISSUE_TRACKER:
OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/issues")
HelpMenuId.CHANGELOG:
OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/blob/master/CHANGELOG.md#v083---2021-09-18")
OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/blob/master/CHANGELOG.md#v09---2021-09-18")
HelpMenuId.ABOUT_PIXELORAMA:
Global.control.get_node("Dialogs/AboutDialog").popup_centered()
Global.dialog_open(true)