Hi,
I have a Chinese Pineapple Poker game and when the user starts the app all cards, slots, points etc. etc. are drawn outside of the screen so that I later on can move them as it makes the switch between tables 100% smooth instead of removing and redrawing everything.
However, the first time it loads a table it needs to load a lot of stuff (cards, slots, points etc.) and it is a short lag.
So my questions is if it’s possible to preload all the images into the texture memory without putting them on screen to avoid this small lag in the beginning?
https://play.google.com/store/apps/details?id=com.jefecitostudios.pineapp&hl=en
Best regards,
Tomas