Commit 71036aad by BellCodeEditor

save project

parent 62ab4348
Showing with 2 additions and 1 deletions
import pygame import pygame
from pygame import locals from pygame import locals
import random from random import*
pygame.init() # 初始化 pygame.init() # 初始化
...@@ -25,6 +25,7 @@ index = 0 ...@@ -25,6 +25,7 @@ index = 0
y = 400 y = 400
jumpState = "runing" jumpState = "runing"
t = 30 t = 30
zhangaiwu = [bushi,cacti,stone]
while True: while True:
for event in pygame.event.get(): 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