TheSandersLad Posted February 5, 2018 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
1 jcsnider Posted February 5, 2018 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. Shilo and TheSandersLad 1 1
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?
1 answer to this question
Recommended Posts