diff --git a/src/ui/components/card_node.gd b/src/ui/components/card_node.gd index ed7a1a0..a695422 100644 --- a/src/ui/components/card_node.gd +++ b/src/ui/components/card_node.gd @@ -78,7 +78,7 @@ func set_selected(sel: bool) -> void: _lift_tween.set_ease(Tween.EASE_OUT) _lift_tween.tween_property(self, "position:y", LIFT_OFFSET if sel else 0.0, LIFT_DURATION) -func _on_gui_input(event: InputEvent) -> void: +func _gui_input(event: InputEvent) -> void: if event is InputEventMouseButton: if event.button_index == MOUSE_BUTTON_LEFT and event.pressed: if event.double_click: