mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 07:14:42 -04:00
Updated donors in the About dialog
This commit is contained in:
parent
e2fa56e37b
commit
0f5c7c5e59
3 changed files with 4 additions and 3 deletions
|
@ -21,7 +21,7 @@ class PixelPerfectDrawer extends Drawer:
|
|||
var last_pixels = [null, null]
|
||||
|
||||
|
||||
func reset():
|
||||
func reset() -> void:
|
||||
last_pixels = [null, null]
|
||||
|
||||
|
||||
|
|
|
@ -35,8 +35,9 @@ func _ready() -> void:
|
|||
contributors.create_item(contributor_root).set_text(0, " Dávid Gábor BODOR (dragonfi)")
|
||||
|
||||
var donors_root := donors.create_item()
|
||||
donors.create_item(donors_root).set_text(0, " pcmxms")
|
||||
donors.create_item(donors_root).set_text(0, " pcmxms - https://www.nonamefornowsoft.com.br/")
|
||||
donors.create_item(donors_root).set_text(0, " Mike King")
|
||||
donors.create_item(donors_root).set_text(0, " Sam Marcus")
|
||||
|
||||
|
||||
func _on_AboutDialog_about_to_show() -> void:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue