I’m trying to change the size of a 20 pixel by 20 pixel square. I have instances of this same class all throughout my code, and I can change them with scaleX and scaleY, no problem. But these particular instances do not change visually. Using a debugger, I can go in and see that the code is running, their scaleX and width properties are changing to what I’m setting them to. But visually, on the screen, they don’t change by one pixel.
I’m hoping someone can give me some possible reasons to investigate. I’ve tried my best to google this issue, and I did find a couple of people with similar problems in the past, but unfortunately they didn’t have any responses to their threads, let alone solutions.