Commit 6891f36a by BellCodeEditor

auto save

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