You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-19 23:16:20 +00:00
🔥 Fix Avatar buddy they are now 100% as habbo
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user