Changed "become a patron" button on the splash screen

This commit is contained in:
OverloadedOrama 2020-01-05 20:13:55 +02:00
parent 1b57c4ee22
commit a04e179611
8 changed files with 18 additions and 17 deletions

View file

@ -352,7 +352,7 @@ func help_menu_id_pressed(id : int) -> void:
1: # Issue Tracker
OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/issues")
2: # Changelog
OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/blob/master/Changelog.md")
OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/blob/1b57c4ee22e959ad3b1e1648aff3885a5f22b2b8/Changelog.md")
3: # About Pixelorama
$AboutDialog.popup_centered()
Global.can_draw = false