Partially implemented office.json and states in animatronics movements

This commit is contained in:
2026-04-02 15:42:08 -03:00
parent 8e85745222
commit 458d30f107
20 changed files with 487 additions and 262 deletions

View File

@@ -2,14 +2,17 @@
"id": "toy_freddy",
"displayName": "Freddy Fazbear (Toy)",
"inRoom": 9,
"restRoom": 9,
"inRoom": "cam9",
"restRoom": "cam9",
"color": "#FF5733",
"movement": {
"type": "SEQUENTIAL",
"path": [9, 10, -2, -3],
"path": [
{ "room": "hallway", "state": 0 },
{ "room": "hallway", "state": 1 }
],
"moveIntervalSeconds": 12,
"aiSpeedMultiplier": true
},