From da914e0135b61581a64be775d260b6adc7a0bf76 Mon Sep 17 00:00:00 2001 From: Paulchen-Panther Date: Sun, 17 Jan 2016 18:18:49 +0100 Subject: [PATCH] Create police-lights-solid.json Former-commit-id: d3f433361bb305b3d367754fc4c4818092a6c74b --- effects/police-lights-solid.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 effects/police-lights-solid.json diff --git a/effects/police-lights-solid.json b/effects/police-lights-solid.json new file mode 100644 index 00000000..5eee1f58 --- /dev/null +++ b/effects/police-lights-solid.json @@ -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 + } +}