Commit 454b113d by BellCodeEditor

save project

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