This commit is contained in:
Quacky 2017-08-04 16:13:28 -05:00
parent 59b1492dc7
commit 4e709235b6
1 changed files with 4 additions and 4 deletions

View File

@ -1115,28 +1115,28 @@ namespace RBXLegacyLauncher
ChangeColorOfPart(colorID, ButtonColor); ChangeColorOfPart(colorID, ButtonColor);
} }
void ColorButton68Click(object sender, EventArgs e) void ColorButton67Click(object sender, EventArgs e)
{ {
Color ButtonColor = ColorButton35.BackColor; Color ButtonColor = ColorButton35.BackColor;
int colorID = 1007; int colorID = 1007;
ChangeColorOfPart(colorID, ButtonColor); ChangeColorOfPart(colorID, ButtonColor);
} }
void ColorButton69Click(object sender, EventArgs e) void ColorButton68Click(object sender, EventArgs e)
{ {
Color ButtonColor = ColorButton35.BackColor; Color ButtonColor = ColorButton35.BackColor;
int colorID = 1015; int colorID = 1015;
ChangeColorOfPart(colorID, ButtonColor); ChangeColorOfPart(colorID, ButtonColor);
} }
void ColorButton70Click(object sender, EventArgs e) void ColorButton69Click(object sender, EventArgs e)
{ {
Color ButtonColor = ColorButton35.BackColor; Color ButtonColor = ColorButton35.BackColor;
int colorID = 1012; int colorID = 1012;
ChangeColorOfPart(colorID, ButtonColor); ChangeColorOfPart(colorID, ButtonColor);
} }
void ColorButton71Click(object sender, EventArgs e) void ColorButton70Click(object sender, EventArgs e)
{ {
Color ButtonColor = ColorButton35.BackColor; Color ButtonColor = ColorButton35.BackColor;
int colorID = 1011; int colorID = 1011;