🔥 Fix Avatar buddy they are now 100% as habbo

This commit is contained in:
duckietm
2026-04-17 11:48:38 +02:00
parent 282fd6f6bd
commit 2c2f03f20e
4 changed files with 48 additions and 0 deletions
+5
View File
@@ -158,6 +158,11 @@ export class AvatarImage implements IAvatarImage, IAvatarEffectListener
return this._canvasOffsets;
}
public getMainAction(): IActiveActionData
{
return this._mainAction;
}
public getLayerData(k: ISpriteDataContainer): IAnimationLayerData
{
return this._structure.getBodyPartData(k.animation.id, this._frameCounter, k.id);