diff --git a/src/logic-scenes/board/card.gd b/src/logic-scenes/board/card.gd index bb43286..e11c46d 100644 --- a/src/logic-scenes/board/card.gd +++ b/src/logic-scenes/board/card.gd @@ -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)