new effect!

Former-commit-id: e19975e298fd6b11e7012739ac37ee3047d2c184
This commit is contained in:
tostadora
2014-02-04 23:51:11 +01:00
parent ff0fb78e33
commit faee31c83f
2 changed files with 49 additions and 0 deletions

10
effects/snake.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name" : "Snake",
"script" : "snake.py",
"args" :
{
"rotation-time" : 10.0,
"color" : [255, 0, 0],
"percentage" : 25
}
}