v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
|
@ -0,0 +1,59 @@
|
|||
{
|
||||
"objectName" : "shorthorizontalrightmovingplatform",
|
||||
"objectType" : "physics",
|
||||
"colonyTags" : ["wired"],
|
||||
"printable" : false,
|
||||
"rarity" : "Rare",
|
||||
"category" : "wire",
|
||||
"price" : 100,
|
||||
|
||||
"description" : "A moving platform.",
|
||||
"shortdescription" : "Moving Platform",
|
||||
"race" : "generic",
|
||||
|
||||
"apexDescription" : "A moving platform.",
|
||||
"avianDescription" : "A moving platform.",
|
||||
"floranDescription" : "A moving platform.",
|
||||
"glitchDescription" : "A moving platform.",
|
||||
"humanDescription" : "A moving platform.",
|
||||
"hylotlDescription" : "A moving platform.",
|
||||
|
||||
"inventoryIcon" : "platform.png",
|
||||
|
||||
"orientations" : [
|
||||
{
|
||||
"direction" : "right",
|
||||
"image" : "shorthorizontalrightstand.png",
|
||||
"imagePosition" : [0, -8],
|
||||
"spaceScan" : 0.1,
|
||||
"anchors" : [ "left" ]
|
||||
}
|
||||
],
|
||||
|
||||
"scripts" : [ "movingplatform.lua" ],
|
||||
"scriptDelta" : 1,
|
||||
|
||||
"animation" : "horizontalmovingplatform.animation",
|
||||
"animationParts" : {
|
||||
"base" : "shorthorizontalrightstand.png",
|
||||
"platform" : "platform.png"
|
||||
},
|
||||
|
||||
"physicsCollisions" : {
|
||||
"platform" : {
|
||||
"collision" : [
|
||||
[-2, -0.35],
|
||||
[2, -0.35],
|
||||
[2, 0.35],
|
||||
[-2, 0.35]
|
||||
],
|
||||
"collisionKind" : "platform",
|
||||
|
||||
"position" : [2, 0]
|
||||
}
|
||||
},
|
||||
|
||||
"platformStart" : [2, 0],
|
||||
"platformEnd" : [8, 0],
|
||||
"platformMoveTime" : 1
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue