Add NFT avatar tab and wired extras UI

This commit is contained in:
Lorenzune
2026-03-26 05:24:53 +01:00
parent a1b267d8f2
commit 3b3e91f6d9
20 changed files with 542 additions and 22 deletions
@@ -7,4 +7,5 @@ export interface IAvatarEditorCategoryPartItem
usesColor?: boolean;
maxPaletteCount?: number;
isClear?: boolean;
isSellableNotOwned?: boolean;
}
+2
View File
@@ -64,4 +64,6 @@ export class WiredActionLayoutCode
public static RANDOM_EXTRA: number = 63;
public static EXEC_IN_ORDER_EXTRA: number = 64;
public static EXECUTION_LIMIT_EXTRA: number = 65;
public static OR_EVAL_EXTRA: number = 66;
public static TEXT_OUTPUT_USERNAME_EXTRA: number = 67;
}