/ M4_Eyes / eyes / demon / config.eye
config.eye
 1  {
 2    "voice"           : true,
 3    "pitch"           : 0.72,
 4    "gain"            : 1.2,
 5    "eyeRadius"       : 125,
 6    "irisRadius"      : 110,
 7    "slitPupilRadius" : 100,
 8    "eyelidIndex"     : "0x00", // From table: learn.adafruit.com/assets/61921
 9    "pupilColor"      : [ 0, 0, 0 ],
10    "pupilMin"        : 0.05,
11    "pupilMax"        : 0.25,
12    "backColor"       : [ 80, 0, 0 ],
13    // From www.deviantart.com/suicidecrew/art/Fire-Seamless-tile-116721709
14    "irisTexture"     : "demon/iris.bmp",
15    "scleraTexture"   : "demon/sclera.bmp",
16    "upperEyelid"     : "demon/upper.bmp",
17    "lowerEyelid"     : "demon/lower.bmp",
18    "tracking"        : false,
19    "left" : {
20      "irisSpin"      : -18
21    },
22    "right" : {
23      "irisSpin"      : 18
24    }
25  }