mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 22:34:43 -04:00
Added new strings to be translated
Greek translation is still in progress
This commit is contained in:
parent
2be469ec22
commit
830ae623d2
18 changed files with 1488 additions and 132 deletions
|
@ -5,6 +5,7 @@ func _on_SplashDialog_about_to_show() -> void:
|
|||
window_title = "Pixelorama" + " " + current_version
|
||||
$Contents/DevelopedBy.text = "Pixelorama" + " " + current_version + " - " + tr("MADEBY_LABEL")
|
||||
|
||||
$Contents/ArtCredits.text = tr("Art by") + ": Erevos"
|
||||
|
||||
func _on_ArtCredits_pressed() -> void:
|
||||
OS.shell_open("https://www.instagram.com/erevos_art")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue