config.eye
1 { 2 "eyeRadius" : 120, 3 "eyelidIndex" : "0x00", // From table: learn.adafruit.com/assets/61921 4 "pupilColor" : [ 0, 0, 0 ], 5 "backColor" : [ 140, 40, 20 ], 6 "irisTexture" : "reflection/iris.bmp", 7 "scleraTexture" : "reflection/sclera.bmp", 8 "pupilMin" : 0.01, 9 "pupilMax" : 0.01, 10 "scleraAngle" : 0.0, 11 "irisAngle" : 0.0, 12 "left" : { 13 }, 14 "right" : { 15 } 16 }