Polish wired editor UI and source selection flows

This commit is contained in:
Lorenzune
2026-03-25 03:26:27 +01:00
parent 6472b1cc27
commit 56a0be64d9
35 changed files with 4137 additions and 256 deletions
+2
View File
@@ -62,4 +62,6 @@ export class WiredActionLayoutCode
public static MOVE_PHYSICS_EXTRA: number = 61;
public static UNSEEN_EXTRA: number = 62;
public static RANDOM_EXTRA: number = 63;
public static EXEC_IN_ORDER_EXTRA: number = 64;
public static EXECUTION_LIMIT_EXTRA: number = 65;
}