Im new to python and programing in general, but Im wondering if someone could help me with adding a sprite image to pygame. I have already looked into the exact code to do something like that.
I have tried using playerImg=pg.image.load('C:\Users\"my name"\Documents\Python\igrica\koms.png')
**koms.png is the name of the file
and... playerImg=pg.image.load('koms.png')
but i only get errors:this is only the ('koms.png') one btw the rest of the code is ok, cuz i tried it without the image