v0.9.3: made further small tweaks to WndHeroInfo
This commit is contained in:
parent
9e3e7dab2c
commit
763979e31e
|
@ -59,7 +59,7 @@ windows.wndhero$statstab.gold=Gold Collected
|
|||
windows.wndhero$statstab.depth=Maximum Depth
|
||||
|
||||
windows.wndheroinfo.talents=talents
|
||||
windows.wndheroinfo.talents_msg=Talents are unlocked as the hero levels up. Tier 2 talents start at level 6, more talents appear after defeating the second boss.
|
||||
windows.wndheroinfo.talents_msg=The hero gains one talent point each time they level up. Higher tier talents appear after defeating the second boss.
|
||||
windows.wndheroinfo.subclasses=subclasses
|
||||
windows.wndheroinfo.subclasses_msg=A subclass can be chosen after defeating the second boss.
|
||||
windows.wndheroinfo.abilities=armor abilities
|
||||
|
|
|
@ -235,7 +235,7 @@ public class WndHeroInfo extends WndTabbed {
|
|||
message.maxWidth((int)width);
|
||||
message.setPos(0, title.bottom()+4*MARGIN);
|
||||
|
||||
talentPane.setRect(0, message.bottom() + MARGIN, width, height-message.bottom());
|
||||
talentPane.setRect(0, message.bottom() + 3*MARGIN, width, height-message.bottom()-3*MARGIN);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user