I did so. it turns out i had the create code in 2 spots and it kept creating a new image over the old one. It works now, as i modified the second set. I also had to re-ad the x and y data every time i had to recreate it or it would go to (0,0)
I know this isn’t related to this problem, but what is the best way to save/read/modify user data that shouldn’t be deleted in an app update? I have a settings scene that would need to be able to save to it and other scenes would need to be able to read the settings values. I checked the code exchange, and i tried one “super package” and i made all my display objects go in crazy places, so i think i need something more simple.