Removed isAnimated and isLooping fields

This commit is contained in:
2025-01-27 01:56:04 +01:00
parent 8f4d4fc482
commit 9771f45e6d
8 changed files with 104 additions and 57 deletions

View File

@ -37,7 +37,6 @@ export type AssetData = {
updatedAt: Date
originX?: number
originY?: number
isAnimated?: boolean
frameRate?: number
frameWidth?: number
frameHeight?: number