I am making a simple game in python. Unfortunately the sprite images are way too small. How can I increase the sprite image (GrassTile) from 8×8 too 16×16. I am not really sure how to use the transform module.
I have atempted this
pygame.transform.scale(grasstile, (16, 16), DestSurface = None): return grasstile
And get an invalid syntax
call your function like this:
(It looks like you just copied the method signature)