Hi, I’m using the v1 compatibility feature in the config.lua and am creating a text object, set the reference point of it to TopLeft and then placing it somewhere on the screen. Then after a few seconds I update the text using setText to a much longer string and then try reposition it again on the same place. Setting its reference point again to get the correct position of it and then place it on the same x/y values as before, but the X reference point doesn’t seem to get set.
I tried filing a bug report about it but I couldn’t even use the setText method when creating a brand new project, I got a “:setText is nil” error of some sort.
Anyone know what’s going on or if there’s a fix for this?