Starbound/assets/devel/objects/movingplatforms/horizontalmovingplatform.animation
2025-03-21 22:23:30 +11:00

48 lines
876 B
Text

{
"animatedParts" : {
"stateTypes" : {
"moving" : {
"default" : "off",
"states" : {
"off" : {},
"on" : {
"properties" : {
"persistentSound" : "/sfx/tech/forcefield_loop.ogg"
}
}
}
}
},
"parts" : {
"base" : {
"properties" : {
"offset" : [0, -1],
"centered" : false,
"image" : "<partImage>"
}
},
"platform" : {
"properties" : {
"centered" : true,
"transformationGroups" : ["platform"],
"image" : "<partImage>",
"zLevel" : 1
}
}
}
},
"transformationGroups" : {
"platform" : {
"interpolated" : true
}
},
"sounds" : {
"changeDir" : {
"pool" : [ "/sfx/blocks/footstep_lightmetal.ogg" ]
}
}
}