1 2 3 4 5 6 7 8
extends Button onready var pw := $"../Password" func _toggled(p: bool) -> void: pw.secret = p text = "" if p else ""