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" : [41, 40],
|
||||
"dimensions" : [6, 1],
|
||||
|
||||
"names" : [
|
||||
[ "0", "1", "2", "3", "4", "5" ]
|
||||
]
|
||||
}
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"projectileName" : "glitchsword",
|
||||
"physics" : "stickybomb",
|
||||
"image" : "glitchsword.png",
|
||||
"animationCycle" : 0.2,
|
||||
"bounces" : -1,
|
||||
"timeToLive" : 2.5,
|
||||
"frameNumber" : 6,
|
||||
"speed" : 70,
|
||||
"damagePoly" : [ [-20, 5.5], [14, 5.5], [14, -5.5], [-20, -5.5] ],
|
||||
"animationLoops" : true,
|
||||
"piercing" : false,
|
||||
"flippable" : true,
|
||||
"actionOnReap" : [
|
||||
{
|
||||
"action" : "sound",
|
||||
"options" : [ "/sfx/melee/tesla_shock_kill.ogg" ]
|
||||
},
|
||||
{
|
||||
"action" : "config",
|
||||
"file" : "/projectiles/explosions/glitchexplosion/glitchexplosion.config"
|
||||
}
|
||||
],
|
||||
"damageKind" : "retro"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue