Power bar Problem
SkyMaple
Member Posts: 817
I have a problem with my power bar. the width is constrained to an attribute called "power".
The X position is constrained to- 35+(self.width/2). But the left side of the bar still moves around about 5 pixels.
How can I fix this?
The X position is constrained to- 35+(self.width/2). But the left side of the bar still moves around about 5 pixels.
How can I fix this?
Comments
You could try increasing the bar by two pixels at a time so that the width/2 is always a whole number.