removing debug code
This commit is contained in:
parent
c229e49b49
commit
64b3a765c5
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue