X52UWGP3IMBHZXBBWERRYJ2C2SMQACCEQCO4WAIHVGMP3PKTX5AQC
F63ZRAIJZFIF33IVOHHLXHYZ4SYGQJ5Y7CLTKZGBPVBHNTPR7IYAC
NQA6YRMRCF7LIHPYWLC355FPCH7CYA3QKSKQHSNJHA2XHOCWZXCAC
M4DT5MAD3TATSVAT3MFNABHONWXOW443XD5W6DGEVVYHVITXVBDAC
LAS3JSYVTEQFJ5N4XAIKX4QADU3BU3UO7NVMZ4FYIRFPKM2UCCTQC
5PWH6EJMJE5C6FODNDCF45BHKI27WGKDJ5ZJXRSB2JDELPE3AZSQC
borderColor: number;
borderOffColor: number; borderOnColor: number;
borderOffColor: number;
borderOnColor: number;
circleOffColor: 0x030303, circleOnColor: 0xcecece,
circleOffColor: 0x030303,
circleOnColor: 0xcecece,
circleOnColor: 0x030303, circleOffColor: 0xcecece,
circleOnColor: 0x030303,
circleOffColor: 0xcecece,
borderColor: 0xefefef,
borderOffColor: 0xefefef, borderOnColor: 0x353535,
borderOffColor: 0xefefef,
borderOnColor: 0x353535,
graphics.lineStyle(2, this.config.borderColor, 1);
graphics.lineStyle(2, this.config.borderOffColor, 1);
if (this.config.debugRandomOn && Math.random() < 0.5) { graphics.lineStyle(2, this.config.borderOnColor, 1); } else { graphics.lineStyle(2, this.config.borderOffColor, 1); }
if (this.config.debugRandomOn && Math.random() < 0.5) {
graphics.lineStyle(2, this.config.borderOnColor, 1);
} else {
}