Create police-lights-solid.json

Former-commit-id: d3f433361b
This commit is contained in:
Paulchen-Panther 2016-01-17 18:18:49 +01:00
parent 641e8ba6e0
commit da914e0135
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{
"name" : "Police Lights Solid",
"script" : "police.py",
"args" :
{
"rotation-time" : 1.0,
"color_one" : [ 255, 0, 0 ],
"color_two" : [ 0, 0, 255 ],
"reverse" : false
}
}