diff --git a/src/application/types.ts b/src/application/types.ts index 6ff70dc..4528b8e 100644 --- a/src/application/types.ts +++ b/src/application/types.ts @@ -236,7 +236,6 @@ export type Sprite = { export type SpriteAction = { id: UUID - spriteId: UUID sprite: Sprite action: string sprites: string[]