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

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 B

View file

@ -0,0 +1,10 @@
{
"frameGrid" : {
"size" : [128, 20],
"dimensions" : [5, 1],
"names" : [
[ "0", "1", "2", "3", "4" ]
]
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 572 B

View file

@ -0,0 +1,16 @@
{
"projectileName" : "sunray",
"physics" : "hover",
"bounces" : -1,
"speed" : 10,
"timeToLive" : 1.0,
"lightColor" : [165, 25, 0],
"damageKindImage" : "icon.png",
"piercing" : true,
"image" : "sunray.png",
"animationCycle" : 1.0,
"frameNumber" : 5,
"power" : 0,
"damagePoly" : [ [15, 5], [60, 10], [60, -10], [15, -5] ],
"damageKind" : "plasma"
}