Open rotorz opened 12 years ago
Okay, I found that using pixelsFromTopLeft
immediately after creating the UITextInstance / UISprite works but changing xPos, yPos (even on initialisation through constructor) seems to get completely ignored. This was working previously but not anymore.
from what i can tell, creating sprites does not set anchor info, which is needed when refreshPosition is called
I have tried updating UIToolkit to the master branch but am experiencing a problem.
I was changing xPos and yPos of UITextInstance's to reposition them but that doesn't appear to be working anymore.
Is this a problem or am I doing this wrong?