1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 17:19:50 +00:00

Updated changelog URL in Main.gd

This commit is contained in:
OverloadedOrama 2020-05-06 22:45:09 +03:00
parent 1873945e9f
commit 896d7e4aeb

View file

@ -446,7 +446,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#v062---17-02-2020")
OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/blob/master/Changelog.md#v07---unreleased")
3: # About Pixelorama
$AboutDialog.popup_centered()
Global.can_draw = false