v0.9.3: tweaked the visuals for 4-point talents
This commit is contained in:
parent
a870b2459d
commit
989afd404a
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();
|
||||
|
||||
fill.x = x;
|
||||
fill.x = x+2;
|
||||
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.y = y;
|
||||
|
|
Loading…
Reference in New Issue
Block a user