Add data files and local tooling

This commit is contained in:
2026-01-16 22:31:47 +13:00
parent df37f15f73
commit 9f37dbbff0
39 changed files with 1359 additions and 326 deletions

22
db/scene.json Normal file
View File

@@ -0,0 +1,22 @@
{
"1": {
"name": "Default Scene",
"sequences": [
"1"
],
"groups": [
"1"
]
},
"2": {
"name": "Party Mode",
"sequences": [
"1",
"2"
],
"groups": [
"1",
"2"
]
}
}