disable animation on tab at start
This commit is contained in:
@@ -35,6 +35,10 @@ func deselect():
|
||||
is_selected = false
|
||||
_move_down()
|
||||
|
||||
func select_without_animation():
|
||||
is_selected = true
|
||||
texture.position.y = -bob_height
|
||||
|
||||
func _move_up():
|
||||
if hover_tween: hover_tween.kill()
|
||||
hover_tween = create_tween()
|
||||
|
||||
Reference in New Issue
Block a user