modify effects

- snake has a nice tail
- random is not so fast anymore
- merge sparks and sparks-color
- make more params available in json files


Former-commit-id: fc2a4f6f6ce2b44a35a75a9c0dbe36504b790be9
This commit is contained in:
redpanther
2016-01-20 22:36:21 +01:00
parent 7dfe8ae8cf
commit de5b284975
8 changed files with 50 additions and 69 deletions

View File

@@ -1,7 +1,9 @@
{
"name" : "Random",
"name" : "Random",
"script" : "random.py",
"args" :
"args" :
{
"speed" : 1.0,
"saturation" : 1.0
}
}