Starbound/attic/objects/boss/sleepingrobot.animation
2025-03-21 22:23:30 +11:00

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"
}
}
}
}
}
}
}
}