mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-21 13:03:13 +00:00
Fix Changelog URL
This commit is contained in:
parent
41d88c1839
commit
f948c24430
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ func change_artwork(var direction : int) -> void:
|
||||||
chosen_artwork = 0 if direction == 1 else artworks.size()-1
|
chosen_artwork = 0 if direction == 1 else artworks.size()-1
|
||||||
else:
|
else:
|
||||||
chosen_artwork = chosen_artwork+direction
|
chosen_artwork = chosen_artwork+direction
|
||||||
|
|
||||||
splash_art_texturerect.texture = artworks[chosen_artwork][1]
|
splash_art_texturerect.texture = artworks[chosen_artwork][1]
|
||||||
|
|
||||||
art_by_label.text = tr("Art by: %s") % artworks[chosen_artwork][0]
|
art_by_label.text = tr("Art by: %s") % artworks[chosen_artwork][0]
|
||||||
|
|
|
@ -533,7 +533,7 @@ func help_menu_id_pressed(id : int) -> void:
|
||||||
HelpMenuId.ISSUE_TRACKER:
|
HelpMenuId.ISSUE_TRACKER:
|
||||||
OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/issues")
|
OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/issues")
|
||||||
HelpMenuId.CHANGELOG:
|
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:
|
HelpMenuId.ABOUT_PIXELORAMA:
|
||||||
Global.control.get_node("Dialogs/AboutDialog").popup_centered()
|
Global.control.get_node("Dialogs/AboutDialog").popup_centered()
|
||||||
Global.dialog_open(true)
|
Global.dialog_open(true)
|
||||||
|
|
Loading…
Add table
Reference in a new issue