You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

74 lines
1.1 KiB

MonkeySpeedVars = {
["speedColour2"] = {
["r"] = 1,
["g"] = 0.5,
["b"] = 0,
},
["shown"] = true,
["frameColour"] = {
["a"] = 1,
["r"] = 0,
["g"] = 0,
["b"] = 0,
},
["speedColour3"] = {
["r"] = 1,
["g"] = 1,
["b"] = 0,
},
["showPercent"] = true,
["showBorder"] = true,
["showBar"] = true,
["borderColour"] = {
["r"] = 1,
["g"] = 0.7,
["b"] = 0,
},
["speedColour5"] = {
["r"] = 0,
["g"] = 1,
["b"] = 0.5,
},
["maximumSpeed"] = true,
["autoCalibration"] = true,
["showLDB"] = true,
["speedColour9"] = {
["r"] = 0,
["g"] = 0,
["b"] = 1,
},
["speedColour10"] = {
["r"] = 0,
["g"] = 0,
["b"] = 0.5,
},
["speedColour8"] = {
["r"] = 0.5,
["g"] = 0,
["b"] = 1,
},
["frameLocked"] = false,
["speedColour1"] = {
["r"] = 1,
["g"] = 0,
["b"] = 0,
},
["speedColour6"] = {
["r"] = 0,
["g"] = 1,
["b"] = 1,
},
["rightClickOpensConfig"] = true,
["precision"] = 1,
["speedColour7"] = {
["r"] = 1,
["g"] = 0,
["b"] = 1,
},
["speedColour4"] = {
["r"] = 0,
["g"] = 1,
["b"] = 0,
},
}