Commit b5cf891a by BellCodeEditor

save project

parent 2eac3262
Showing with 3 additions and 1 deletions
......@@ -24,8 +24,10 @@ index = 0
y = 400
jumpState = "runing"
t = 30
zg = choice([bushi,cacti,stone])
zg = choice([bush,cacti,stone])
xz = zg.get_rect()
xz.x = 1000
xz.x = 500 - xz.height
while True:
for event in pygame.event.get():
if event.type == locals.QUIT:
......
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