mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
New effect collision
Signed-off-by: Paulchen-Panther <paulchen-panter@protonmail.com>
This commit is contained in:
40
effects/schema/collision.schema.json
Normal file
40
effects/schema/collision.schema.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"type":"object",
|
||||
"script" : "collision.py",
|
||||
"title":"edt_eff_collision_header",
|
||||
"required":true,
|
||||
"properties":{
|
||||
"speed": {
|
||||
"type": "number",
|
||||
"title":"edt_eff_speed",
|
||||
"default": 100,
|
||||
"minimum" : 100,
|
||||
"append" : "edt_append_ms",
|
||||
"propertyOrder" : 1
|
||||
},
|
||||
"trailLength" :
|
||||
{
|
||||
"type": "integer",
|
||||
"title":"edt_eff_colorcount",
|
||||
"default": 5,
|
||||
"minimum" : 3,
|
||||
"maximum" : 100,
|
||||
"step" : 1,
|
||||
"append" : "edt_append_pixel",
|
||||
"propertyOrder" : 2
|
||||
},
|
||||
"explodeRadius" :
|
||||
{
|
||||
"type": "integer",
|
||||
"title":"edt_eff_explodeRadius",
|
||||
"default": 8,
|
||||
"minimum" : 5,
|
||||
"maximum" : 100,
|
||||
"step" : 1,
|
||||
"append" : "edt_append_pixel",
|
||||
"propertyOrder" : 3
|
||||
}
|
||||
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
Reference in New Issue
Block a user