i want to fix this crown, i don’t know what to do
There are a couple of things you can do.
- Put the Crown in the LevelBar, and move it to the end of the bar.
- Make the Crown’s size be Offset instead of scale
- Get me food
Personally I’d use the first option, which isnt that hard I think.
All you would need to do is set the crowns AnchorPoint to something like (1,0.5)
And then when the bar moves set the crowns position to {SizeOfBar, 0},{0.5, 1}
1 Like