Removed isAnimated and isLooping fields

This commit is contained in:
2025-01-27 01:51:53 +01:00
parent 284ca6f64e
commit 37acf1782b
6 changed files with 59 additions and 94 deletions

View File

@ -32,7 +32,6 @@ export class TextureStorage {
updatedAt: texture.updatedAt,
originX: texture.originX,
originY: texture.originY,
isAnimated: texture.isAnimated,
frameRate: texture.frameRate,
frameWidth: texture.frameWidth,
frameHeight: texture.frameHeight,