forked from noxious/server
Entirely replaces asset controller with improved ones (textures & cache)
This commit is contained in:
@ -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(),
|
||||
|
Reference in New Issue
Block a user