removing debug code

This commit is contained in:
betalars 2023-06-28 15:24:14 +02:00
parent c229e49b49
commit 64b3a765c5
1 changed files with 0 additions and 2 deletions

View File

@ -68,8 +68,6 @@ func _ready():
$Label.text = self.text $Label.text = self.text
func _process(delta: float) -> void: func _process(delta: float) -> void:
if Input.is_action_just_pressed("ui_accept"):
highlighted = !highlighted
if highlighted: if highlighted:
_handle_wiggle(delta) _handle_wiggle(delta)