I am making a space invaders game using pgzrun and I am trying to resize a sprite I have.
I tried to research how to do it and I was not able to find a command. There is a command that does it in pygame but I was wondering if there is one for pygame zero.
I recommend using Pygame Zero Helper. You have to download the file and add pgzhelper.py to the folder where your Python script resides.
You have to import pgzhelper:
Now you can do all sorts of additional stuff, e.g. scaling the sprite: