mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 22:54:44 -04:00
Fixed spacing between some comments
This commit is contained in:
parent
f4dbd2aadb
commit
1e5c674673
9 changed files with 20 additions and 22 deletions
|
@ -141,7 +141,7 @@ func _on_BlueRedMode_toggled(button_pressed) -> void:
|
|||
|
||||
func add_layer(is_new := true) -> void:
|
||||
var layer_name = null
|
||||
if !is_new: # clone layer
|
||||
if !is_new: # Clone layer
|
||||
layer_name = Global.layers[Global.current_layer][0] + " (" + tr("copy") + ")"
|
||||
|
||||
var new_layers : Array = Global.layers.duplicate()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue