fixed ~lolchamp khazix
This commit is contained in:
parent
54327dec9d
commit
d7e0a0662e
@ -190,6 +190,8 @@ namespace NadekoBot.Modules.Searches.Commands
|
|||||||
//draw champ surname
|
//draw champ surname
|
||||||
|
|
||||||
//draw skill order
|
//draw skill order
|
||||||
|
if (orderArr.Count != 0)
|
||||||
|
{
|
||||||
float orderFormula = 120 / orderArr.Count;
|
float orderFormula = 120 / orderArr.Count;
|
||||||
const float orderVerticalSpacing = 10;
|
const float orderVerticalSpacing = 10;
|
||||||
for (var i = 0; i < orderArr.Count; i++)
|
for (var i = 0; i < orderArr.Count; i++)
|
||||||
@ -215,6 +217,7 @@ namespace NadekoBot.Modules.Searches.Commands
|
|||||||
|
|
||||||
g.DrawString(spellName.ToUpperInvariant(), new Font("Monaco", 7), Brushes.LimeGreen, orderX, orderY);
|
g.DrawString(spellName.ToUpperInvariant(), new Font("Monaco", 7), Brushes.LimeGreen, orderX, orderY);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
//draw roles
|
//draw roles
|
||||||
g.DrawString("Roles: " + string.Join(", ", roles), normalFont, Brushes.WhiteSmoke, margin, margin + imageSize + margin);
|
g.DrawString("Roles: " + string.Join(", ", roles), normalFont, Brushes.WhiteSmoke, margin, margin + imageSize + margin);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user