1
0
forked from noxious/server

Entirely replaces asset controller with improved ones (textures & cache)

This commit is contained in:
2025-01-08 21:12:33 +01:00
parent 39ec4daa06
commit 849ef07297
3 changed files with 0 additions and 52 deletions

View File

@ -15,9 +15,7 @@ export class Sprite extends BaseSprite {
updatedAt: this.getUpdatedAt(),
spriteActions: this.getSpriteActions().map((spriteAction) => ({
id: spriteAction.getId(),
sprite: spriteAction.getSprite().getId(),
action: spriteAction.getAction(),
// sprites: spriteAction.getSprites(), // We dont want to send this to the client
originX: spriteAction.getOriginX(),
originY: spriteAction.getOriginY(),
isAnimated: spriteAction.getIsAnimated(),