/ M4_Eyes / eyes / fish_eyes / config.eye
config.eye
 1  {
 2    "eyeRadius"     : 120,
 3    "eyelidIndex"   : "0x00", // From table: learn.adafruit.com/assets/61921
 4    "pupilColor"    : [ 0, 0, 0 ],
 5    "backColor"     : [ 0, 0, 0 ],
 6    "irisTexture"   : "fish_eyes/iris_fish.bmp",
 7    "scleraTexture" : "fish_eyes/sclera_fish.bmp",
 8    //"upperEyelid"   : "hazel/upper.bmp",
 9    //"lowerEyelid"   : "hazel/lower.bmp",
10    "irisRadius"    : 115,
11    "pupilMin" : 0.4,
12    "pupilMax" : 0.5,
13    "left" : {
14    },
15    "right" : {
16    }
17  }