-
Currently I have my code set up so it should draw a line on a blank sprite, but regardless of what I put (or don't put) in the brackets, it doesn't seem to have any effect. my code comes as the following:
I have tried everything but nothing seems to work. Is there something I'm missing about this method? |
Beta Was this translation helpful? Give feedback.
Answered by
13rice
Jun 1, 2022
Replies: 1 comment 1 reply
-
Hi, I can't tell why it's not working with the useFramePixels sets to true. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
theTabaxi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I tried your code (only the canvas and beginDraw / drawLine
With canvas.useFramePixels = false; it's working.
I can't tell why it's not working with the useFramePixels sets to true.