lordmauve / pgzero

A zero-boilerplate games programming framework for Python 3, based on Pygame.
https://pygame-zero.readthedocs.io/
GNU Lesser General Public License v3.0
530 stars 190 forks source link

How to create a ghost effect, and adjust a actor's size on the fly? #249

Closed fillwithjoy1 closed 1 year ago

fillwithjoy1 commented 3 years ago

I'm trying to create a cool looking company screen. How can I increase the size of it on the fly?

Thank you