clean: complete optimization of player movements

This commit is contained in:
Florian Sylvain
2024-03-15 02:36:00 +01:00
parent 93ce8386ab
commit 7d22a4eee9
4 changed files with 177 additions and 146 deletions
+4
View File
@@ -0,0 +1,4 @@
export interface AnimationState {
name: string;
isPlaying: boolean;
}