Commit 454b113d by BellCodeEditor

save project

parent 81fce998
Showing with 3 additions and 0 deletions
import pygame import pygame
from pygame import locals from pygame import locals
import random
y = 400 y = 400
t = 30 t = 30
zhuangtai = 'running' zhuangtai = 'running'
...@@ -19,6 +20,8 @@ hero3 = pygame.image.load('hero3.png') ...@@ -19,6 +20,8 @@ hero3 = pygame.image.load('hero3.png')
hero4 = pygame.image.load('hero4.png') hero4 = pygame.image.load('hero4.png')
hero5 = pygame.image.load('hero5.png') hero5 = pygame.image.load('hero5.png')
run = [hero1,hero2,hero3,hero4,hero5] run = [hero1,hero2,hero3,hero4,hero5]
zhangai = [cacti,bush]
zhangaiwu =
index = 0 index = 0
while True: while True:
......
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