v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
|
@ -0,0 +1,48 @@
|
|||
{
|
||||
"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" ]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue