mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 21:54:44 -04:00
"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:
parent
70bd1dde43
commit
74ca33ed35
3 changed files with 36 additions and 33 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue