You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-19 15:06:20 +00:00
🔥 Fix Avatar buddy they are now 100% as habbo
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { Container, Texture } from 'pixi.js';
|
||||
import { IActiveActionData } from './actions';
|
||||
import { IAvatarFigureContainer } from './IAvatarFigureContainer';
|
||||
import { IAnimationLayerData, ISpriteDataContainer } from './animation';
|
||||
import { IPartColor } from './structure';
|
||||
@@ -18,6 +19,7 @@ export interface IAvatarImage
|
||||
getDirection(): number;
|
||||
getFigure(): IAvatarFigureContainer;
|
||||
getPartColor(_arg_1: string): IPartColor;
|
||||
getMainAction(): IActiveActionData;
|
||||
isAnimating(): boolean;
|
||||
getCanvasOffsets(): number[];
|
||||
initActionAppends(): void;
|
||||
|
||||
Reference in New Issue
Block a user