add ant info popup animations

This commit is contained in:
2024-10-21 14:16:56 +10:00
parent b684fe56f3
commit 941eeb941d
10 changed files with 109 additions and 32 deletions

View File

@@ -80,7 +80,7 @@ func _animate(
trans_type: Tween.TransitionType,
) -> void:
if _tween:
_tween.stop()
_tween.kill()
panel.scale = panel_scale_init
controls_info.position = controls_info_pos_init
_tween = create_tween()