TheSandersLad Posted February 5, 2018 Share Posted February 5, 2018 I'm trying to figure out why the EXPlabel's Bounds wont move to the left or right, so I can center it with the HP/MP labels... any ideas as to why this is happening, maybe I'm overlooking something? Shilo 1 Link to comment Share on other sites More sharing options...
1 jcsnider Posted February 5, 2018 Share Posted February 5, 2018 It's because this pesky line of code wasn't removed when creating the dynamic ui system: _expLbl.X = _expBackground.X + _expBackground.Width / 2 - _expLbl.Width / 2; I have now removed it for the next hotfix release. TheSandersLad and Shilo 1 1 Link to comment Share on other sites More sharing options...
Question
TheSandersLad
I'm trying to figure out why the EXPlabel's Bounds wont move to the left or right, so I can center it with the HP/MP labels... any ideas as to why this is happening, maybe I'm overlooking something?
Link to comment
Share on other sites
1 answer to this question
Recommended Posts