v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"frameGrid" : {
|
||||
"size" : [32, 8],
|
||||
"dimensions" : [2, 1]
|
||||
}
|
||||
}
|
3
assets/devel/projectiles/unsorted/platform/platform.lua
Normal file
3
assets/devel/projectiles/unsorted/platform/platform.lua
Normal file
|
@ -0,0 +1,3 @@
|
|||
function init()
|
||||
mcontroller.setRotation(0)
|
||||
end
|
BIN
assets/devel/projectiles/unsorted/platform/platform.png
Normal file
BIN
assets/devel/projectiles/unsorted/platform/platform.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 339 B |
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"projectileName" : "platform",
|
||||
"image" : "platform.png",
|
||||
"animationCycle" : 0.25,
|
||||
"physics" : "illusion",
|
||||
"frameNumber" : 2,
|
||||
"pointLight" : false,
|
||||
"speed" : 10,
|
||||
"power" : 0.0,
|
||||
|
||||
"bounces" : -1,
|
||||
|
||||
"timeToLive" : 10,
|
||||
|
||||
"orientationLocked" : true,
|
||||
|
||||
"physicsCollisions" : {
|
||||
"platform" : {
|
||||
"collision" : [
|
||||
[-2, -0.5],
|
||||
[2, -0.5],
|
||||
[2, 0.5],
|
||||
[-2, 0.5]
|
||||
],
|
||||
"collisionKind" : "platform"
|
||||
}
|
||||
},
|
||||
|
||||
"scripts" : [ "platform.lua" ],
|
||||
"scriptDelta" : 0,
|
||||
|
||||
"damageTeam" : { "type" : "ghostly" },
|
||||
|
||||
"clientEntityMode" : "ClientSlaveOnly"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue