Commit d5770882 by BellCodeEditor

save project

parent cb5f3a9a
Showing with 2 additions and 2 deletions
......@@ -27,12 +27,12 @@ while True:
if event.Key == locals.K_SPACE:
if zhuangtai == "D":
zhuangtai = "J"
if zhuangtai = "J"
if zhuangtai == "J"
if y>150:
y-=5
else:
zhuangtai = "D"
if zhuangtai = "D":
if zhuangtai == "D":
if y<400:
y+=5
else:
......
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