ai and game menu
This commit was merged in pull request #23.
This commit is contained in:
@@ -38,6 +38,10 @@ func deselect():
|
||||
func select_without_animation():
|
||||
is_selected = true
|
||||
texture.position.y = -bob_height
|
||||
|
||||
func deselect_without_animation():
|
||||
is_selected = false
|
||||
texture.position.y = 0
|
||||
|
||||
func _move_up():
|
||||
if hover_tween: hover_tween.kill()
|
||||
|
||||
Reference in New Issue
Block a user