Commit b152dd9e by BellCodeEditor

save project

parent 16d4b879
Showing with 3 additions and 0 deletions
......@@ -18,6 +18,9 @@ hero = [pygame.image.load('hero1.png'),
pygame.image.load('hero4.png'),
pygame.image.load('hero5.png'),]
index = 0
index +=1
if index >=5:
index =0
while True:
for event in pygame.event.get():
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment