Implemented animatronic.json
This commit is contained in:
12
assets/data/config/night_control.json
Normal file
12
assets/data/config/night_control.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"nights": [
|
||||
{
|
||||
"night": 1,
|
||||
"hours": [
|
||||
{ "hour": 0, "ai": { "freddy": 10 } },
|
||||
{ "hour": 1, "ai": { "freddy": 11 } },
|
||||
{ "hour": 2, "ai": { "freddy": 20 } }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user