mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 16:04:43 -04:00
Fix GDScript warnings pertaining to unused arguments
Those warnings can be ignored by prefixing the argument with an underscore.
This commit is contained in:
parent
e06586edce
commit
386473845e
5 changed files with 6 additions and 7 deletions
|
@ -82,4 +82,4 @@ func _on_VisibilityButton_pressed() -> void:
|
|||
|
||||
func _on_LineEdit_text_changed(new_text : String) -> void:
|
||||
Global.canvas.layers[i][2] = new_text
|
||||
label.text = new_text
|
||||
label.text = new_text
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue