diff options
Diffstat (limited to 'js/data')
-rwxr-xr-x | js/data/pi/pi-data.js | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/js/data/pi/pi-data.js b/js/data/pi/pi-data.js index 53fec3be..56337124 100755 --- a/js/data/pi/pi-data.js +++ b/js/data/pi/pi-data.js | |||
@@ -393,6 +393,16 @@ exports.PiData = Montage.create( Montage, { | |||
393 | ], | 393 | ], |
394 | [ | 394 | [ |
395 | { | 395 | { |
396 | type: "checkbox", | ||
397 | id: "animate", | ||
398 | prop: "animate", | ||
399 | defaultValue: true, | ||
400 | value: "Animate", | ||
401 | checked: true | ||
402 | } | ||
403 | ], | ||
404 | [ | ||
405 | { | ||
396 | type: "dropdown", | 406 | type: "dropdown", |
397 | id: "strokeMaterial", | 407 | id: "strokeMaterial", |
398 | prop: "strokeMaterial", | 408 | prop: "strokeMaterial", |
@@ -486,6 +496,16 @@ exports.PiData = Montage.create( Montage, { | |||
486 | ], | 496 | ], |
487 | [ | 497 | [ |
488 | { | 498 | { |
499 | type: "checkbox", | ||
500 | id: "animate", | ||
501 | prop: "animate", | ||
502 | defaultValue: true, | ||
503 | value: "Animate", | ||
504 | checked: true | ||
505 | } | ||
506 | ], | ||
507 | [ | ||
508 | { | ||
489 | type: "dropdown", | 509 | type: "dropdown", |
490 | id: "strokeMaterial", | 510 | id: "strokeMaterial", |
491 | prop: "strokeMaterial", | 511 | prop: "strokeMaterial", |
@@ -580,6 +600,16 @@ exports.PiData = Montage.create( Montage, { | |||
580 | ], | 600 | ], |
581 | [ | 601 | [ |
582 | { | 602 | { |
603 | type: "checkbox", | ||
604 | id: "animate", | ||
605 | prop: "animate", | ||
606 | defaultValue: true, | ||
607 | value: "Animate", | ||
608 | checked: true | ||
609 | } | ||
610 | ], | ||
611 | [ | ||
612 | { | ||
583 | type: "dropdown", | 613 | type: "dropdown", |
584 | id: "strokeMaterial", | 614 | id: "strokeMaterial", |
585 | prop: "strokeMaterial", | 615 | prop: "strokeMaterial", |