npm update, changes a few things regarding sprite logic

This commit is contained in:
2024-07-25 20:47:57 +02:00
parent 1782ad0bc1
commit 20d4167dd3
3 changed files with 41 additions and 25 deletions

View File

@ -168,6 +168,7 @@ export type spriteAction = {
frameWidth: number
frameHeight: number
frameSpeed: number
images?: string[]
}
export type Chat = {