mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 15: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
|
@ -39,7 +39,7 @@ func _ready() -> void:
|
|||
tex.create_from_image(sprite, 0)
|
||||
|
||||
# Store [Image, ImageTexture, Layer Name, Visibity boolean, Opacity]
|
||||
layers.append([sprite, tex, "Layer 0", true, 1])
|
||||
layers.append([sprite, tex, tr("Layer") + " 0", true, 1])
|
||||
|
||||
generate_layer_panels()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue