removing debug code

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

View File

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