"Brush color from" doesn't appear when Pencil isn't selected

Also renamed some nodes and made changes to the links found at the About Dialog.
This commit is contained in:
OverloadedOrama 2019-12-03 17:59:50 +02:00
parent 70bd1dde43
commit 74ca33ed35
3 changed files with 36 additions and 33 deletions

View file

@ -6,11 +6,11 @@ func _ready() -> void:
$AboutUI/Pixelorama.text = "Pixelorama %s\n" % current_version
func _on_Website_pressed() -> void:
OS.shell_open("https://www.orama-interactive.com/")
OS.shell_open("https://www.orama-interactive.com/pixelorama")
func _on_GitHub_pressed() -> void:
OS.shell_open("https://github.com/OverloadedOrama/Pixelorama")
func _on_Donate_pressed() -> void:
OS.shell_open("https://www.paypal.com/paypalme2/OverloadedOrama")
OS.shell_open("https://paypal.me/OverloadedOrama")
OS.shell_open("https://ko-fi.com/overloadedorama")