v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
|
@ -0,0 +1,49 @@
|
|||
{
|
||||
"animatedParts" : {
|
||||
"stateTypes" : {
|
||||
"weapon" : {
|
||||
"default" : "full",
|
||||
"states" : {
|
||||
"full" : {},
|
||||
"empty" : {}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"parts" : {
|
||||
"grapple" : {
|
||||
"properties" : {
|
||||
"centered" : true,
|
||||
"offset" : [0.625, 0.625],
|
||||
"rotationGroups" : [ "weapon" ],
|
||||
"rotationCenter" : [0, 0]
|
||||
},
|
||||
|
||||
"partStates" : {
|
||||
"weapon" : {
|
||||
"full" : {
|
||||
"properties" : {
|
||||
"image" : "<partImage>:full"
|
||||
}
|
||||
},
|
||||
"empty" : {
|
||||
"properties" : {
|
||||
"image" : "<partImage>:empty"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"rotationGroups" : {
|
||||
"weapon" : {
|
||||
"angularVelocity" : 0
|
||||
}
|
||||
},
|
||||
|
||||
"sounds" : {
|
||||
"fire" : [ ]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue