mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-08-11 20:44:43 -04:00
Added a seconds ruler for the timeline & changed brushes position
This commit is contained in:
parent
d70c1e5714
commit
e895e82a95
10 changed files with 267 additions and 228 deletions
|
@ -6,7 +6,7 @@ func _ready() -> void:
|
|||
$AboutUI/Pixelorama.text = "Pixelorama %s\n" % current_version
|
||||
|
||||
func _on_Website_pressed() -> void:
|
||||
OS.shell_open("http://oramagamestudios.com/")
|
||||
OS.shell_open("https://www.orama-interactive.com/")
|
||||
|
||||
func _on_GitHub_pressed() -> void:
|
||||
OS.shell_open("https://github.com/OverloadedOrama/Pixelorama")
|
||||
|
@ -14,6 +14,3 @@ func _on_GitHub_pressed() -> void:
|
|||
func _on_Donate_pressed() -> void:
|
||||
OS.shell_open("https://www.paypal.com/paypalme2/OverloadedOrama")
|
||||
OS.shell_open("https://ko-fi.com/overloadedorama")
|
||||
|
||||
func _on_Blog_pressed() -> void:
|
||||
OS.shell_open("https://functionoverload590613498.wordpress.com/")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue