update ai, audio, menu

This commit is contained in:
2026-05-28 23:08:19 +02:00
parent a47088f161
commit 12d93a9bfb
26 changed files with 601 additions and 35 deletions

View File

@@ -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()