v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"frameGrid" : {
|
||||
"size" : [25, 20],
|
||||
"dimensions" : [10, 1],
|
||||
|
||||
"names" : [
|
||||
[ "0", "1", "2", "3", "4", "5", "6", "7", "8", "9" ]
|
||||
]
|
||||
}
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 719 B |
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"projectileName" : "cellblastX",
|
||||
"physics" : "bullet",
|
||||
"speed" : 70,
|
||||
"bounces" : 0,
|
||||
"timeToLive" : 1.5,
|
||||
"image" : "cellblastX.png",
|
||||
"animationCycle" : 0.25,
|
||||
"lightColor" : [0, 100, 150],
|
||||
"frameNumber" : 10,
|
||||
"actionOnReap" : [
|
||||
{
|
||||
"action" : "config",
|
||||
"file" : "/projectiles/explosions/pulsecannonexplosion/pulsecannonexplosion.config"
|
||||
}
|
||||
],
|
||||
"power" : 1500,
|
||||
"damagePoly" : [ [-3, 3], [-3, -3], [3, -3], [3, 3] ],
|
||||
"damageType" : "NoDamage",
|
||||
"damageKind" : "default"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue