oops
This commit is contained in:
parent
59b1492dc7
commit
4e709235b6
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue