Starbound/assets/devel/tech/blink/blink.animation
2025-03-21 22:23:30 +11:00

52 lines
1,014 B
Text

{
"animatedParts" : {
"stateTypes" : {
"blinking" : {
"default" : "off",
"states" : {
"off" : { },
"in" : {
"frames" : 5,
"cycle" : 0.15,
"mode" : "transition",
"transition" : "off"
},
"out" : {
"frames" : 5,
"cycle" : 0.15,
"mode" : "transition",
"transition" : "off"
}
}
}
},
"parts" : {
"blinkeffect" : {
"properties" : {
"centered" : true
},
"partStates" : {
"blinking" : {
"in" : {
"properties" : {
"image" : "blinkin.png:<frameIndex>"
}
},
"out" : {
"properties" : {
"image" : "blinkout.png:<frameIndex>"
}
}
}
}
}
}
},
"sounds" : {
"activate" : [ "/sfx/tech/tech_blink1.ogg" ]
}
}