Commit 6891f36a by BellCodeEditor

auto save

parent b08c85b3
Showing with 3 additions and 2 deletions
......@@ -136,8 +136,9 @@ while True:
if event.key == locals.K_o:
p-=10
if event.key == locals.K_u:
obg=Rsc(stone,cacti,apple)
blist.add(obg)
for i in range(4):
obg=Rsc(stone,cacti,apple)
blist.add(obg)
if gametate==True:
if IM=='up':
y-=G
......
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