This commit is contained in:
Aria 2025-03-21 22:23:30 +11:00
commit 9c94d113d3
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B
10260 changed files with 1237388 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{
"frameGrid" : {
"size" : [32, 8],
"dimensions" : [2, 1]
}
}

View file

@ -0,0 +1,3 @@
function init()
mcontroller.setRotation(0)
end

Binary file not shown.

After

Width:  |  Height:  |  Size: 339 B

View file

@ -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"
}