#Help with draw method in 2d game.
1 messages ยท Page 1 of 1 (latest)
Here is an AI assisted attempt to answer your question ๐ค. Maybe it helps! In any case, a human is on the way ๐. To continue talking to the AI, you can use </chatgpt:1108714622413963314>.
I am following the tutorial of RyiSnow on 2d games and on episode 21 we change the way we draw objects. his version works fine but after I foloowed it my object drawing completly broke. i get no images or currepted ones (the UI hearts are corrupted) i have
It sounds like there may be an issue with how you're loading and rendering images in your draw method. Make sure to double-check your file paths and make sure the image files are being loaded correctly.
Also, ensure that you're properly handling any exceptions that may occur during the image loading process.
If you're still having trouble, consider reaching out to the community for more specific help or checking the tutorial's forums for similar issues that others may have faced.
Useful links:
- AI generated response
still need human help 