fixed background image
-
Is there a method to fix a background image? I load an image (320x240). I have a circle on the screen that moves with angular movement of the m5Stack, but the circle erases the background image where ever it moves across it. I have tried changing the layer level - this does not work. I have also tried refreshing the screen, but this causes a horrible flickering. Any ideas?
Thank you!
-
Unfortunately I think this is unresolvable if you are using blockly. I believe the circle needs to be a sprite in order to avoid this issue, You could check out this out if you are trying to make a game https://www.hackster.io/deshipu/stage-a-tile-and-sprite-engine-e9e655
-