feat: Implement selected animation handling and integrate with human mechanics

This commit is contained in:
2025-07-03 15:18:49 +05:30
parent eb5683eadc
commit 8dd853dd03
10 changed files with 351 additions and 45 deletions

View File

@@ -10,7 +10,7 @@ function HumanInstance({ human }: { human: HumanStatus }) {
return (
<>
<HumanUi human={human} />
<HumanUi />
</>
)