mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-08-11 11:14:42 -04:00
Fixed a bug with the Zoom tool, removed Godot's version check from Tools.gd and updated AboutDialog, CHANGELOG and Translations
This commit is contained in:
parent
eff0adbf21
commit
6edfbad663
5 changed files with 12 additions and 7 deletions
|
@ -106,6 +106,7 @@ func create_donors() -> void:
|
|||
donors.create_item(donors_root).set_text(0, " MysteryStudio")
|
||||
donors.create_item(donors_root).set_text(0, " Daniel Gagnon")
|
||||
donors.create_item(donors_root).set_text(0, " Ryan C. Gordon (icculus)")
|
||||
donors.create_item(donors_root).set_text(0, " Benedikt")
|
||||
|
||||
|
||||
func create_contributors() -> void:
|
||||
|
@ -139,6 +140,7 @@ func create_contributors() -> void:
|
|||
contributors.create_item(contributor_root).set_text(0, " Vriska Weaver (henlo-birb)")
|
||||
contributors.create_item(contributor_root).set_text(0, " Rémi Verschelde (akien-mga)")
|
||||
contributors.create_item(contributor_root).set_text(0, " gschwind")
|
||||
contributors.create_item(contributor_root).set_text(0, " Variable-ind")
|
||||
|
||||
|
||||
func create_translators() -> void:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue