44 lines
807 B
Text
44 lines
807 B
Text
{
|
|
"animatedParts" : {
|
|
"stateTypes" : {
|
|
"beaconState" : {
|
|
"default" : "idle",
|
|
"states" : {
|
|
"idle" : {
|
|
"frames" : 1,
|
|
"cycle" : 0.15
|
|
},
|
|
"active" : {
|
|
"frames" : 1,
|
|
"cycle" : 0.7,
|
|
"mode" : "loop"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
|
|
"parts" : {
|
|
"beacon" : {
|
|
"properties" : {
|
|
"centered" : false
|
|
},
|
|
|
|
"partStates" : {
|
|
"beaconState" : {
|
|
"idle" : {
|
|
"properties" : {
|
|
"image" : "sleepingrobot.png"
|
|
}
|
|
},
|
|
|
|
"active" : {
|
|
"properties" : {
|
|
"image" : "sleepingrobot.png"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|