It show an error when I run my program which said I attempted to draw a sprite without a texture set,please help,great thanks
Asked
Active
Viewed 510 times
0
-
This is common error when the required image does not exist in the expected location. See https://stackoverflow.com/questions/53201693/loading-png-file-for-use-as-a-sprite-in-python-arcade – user2585435 Apr 16 '20 at 06:02
-
Please show your code – Alderven Mar 17 '21 at 16:29