Partially implemented office.json and states in animatronics movements
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user