add ui opening and closing animations

This commit is contained in:
2024-10-21 13:09:38 +10:00
parent fc7cb75b23
commit 852e718a77
7 changed files with 102 additions and 2 deletions

View File

@@ -55,6 +55,7 @@ func open(at: Anthill) -> void:
)
set_target(_anthill.ui_origin)
counter.initialize(_anthill.honeydew, _anthill.max_honeydew)
_open_animation()
func close() -> void: