Structured layers menu (WIP)

This commit is contained in:
2026-04-07 10:57:11 +02:00
parent 2df5a71241
commit 9a8f6c7dc5
7 changed files with 135 additions and 63 deletions

View File

@@ -8,6 +8,7 @@ let AppState = {
root: null,
// {id: String, active: Boolean}
nodes: [],
normalizedNodes: [],
mainNodeId: null,
currentScene: null,
sceneHasAudio: false,