v0.9.3: tweaked the visuals for 4-point talents
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 332 B After Width: | Height: | Size: 324 B |
@@ -94,9 +94,9 @@ public class TalentButton extends Button {
|
|||||||
|
|
||||||
super.layout();
|
super.layout();
|
||||||
|
|
||||||
fill.x = x;
|
fill.x = x+2;
|
||||||
fill.y = y + WIDTH - 1;
|
fill.y = y + WIDTH - 1;
|
||||||
fill.size( pointsInTalent/(float)talent.maxPoints() * WIDTH, 5);
|
fill.size( pointsInTalent/(float)talent.maxPoints() * (WIDTH-4), 5);
|
||||||
|
|
||||||
bg.x = x;
|
bg.x = x;
|
||||||
bg.y = y;
|
bg.y = y;
|
||||||
|
|||||||
Reference in New Issue
Block a user