Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- from pgzhelper import *
- WIDTH = 800
- HEIGH = 800
- run = Actor('run__000')
- run.images = ['run__000', 'run__001', 'run__002', 'run__003', 'run__004']
- run.fps = 10
- def update():
- run.animate()
- def draw():
- screen.clear()
- run.draw()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement