Updated donors in the About dialog

This commit is contained in:
OverloadedOrama 2020-05-07 17:02:35 +03:00
parent e2fa56e37b
commit 0f5c7c5e59
3 changed files with 4 additions and 3 deletions

View file

@ -21,7 +21,7 @@ class PixelPerfectDrawer extends Drawer:
var last_pixels = [null, null]
func reset():
func reset() -> void:
last_pixels = [null, null]

View file

@ -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: