New effect collision

Signed-off-by: Paulchen-Panther <paulchen-panter@protonmail.com>
This commit is contained in:
Paulchen-Panther
2019-11-10 17:24:04 +01:00
parent 380f9b5d3e
commit 4c0c102f2c
5 changed files with 116 additions and 0 deletions

10
effects/collision.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name" : "Collision",
"script" : "collision.py",
"args" :
{
"speed" : 100,
"trailLength" : 5,
"explodeRadius" : 8
}
}