Commit fef5893e by BellCodeEditor

auto save

parent d76604d2
Showing with 1 additions and 0 deletions
...@@ -13,6 +13,7 @@ stone = pygame.image.load('stone.png') # 石头 ...@@ -13,6 +13,7 @@ stone = pygame.image.load('stone.png') # 石头
cacti = pygame.image.load('cacti.png') # 仙人掌 cacti = pygame.image.load('cacti.png') # 仙人掌
apple = pygame.image.load('bush.png') # 灌木丛 apple = pygame.image.load('bush.png') # 灌木丛
wukong=[] wukong=[]
stone_x=
for i in range(20): for i in range(20):
if i<10: if i<10:
i='0'+str(i) i='0'+str(i)
......
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