Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions game.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import pygame
import random
#1 配置图片地址
IMAGE_PATH = 'imgs/'
IMAGE_PATH = "imgs/"
#1 设置页面宽高
scrrr_width=800
scrrr_height =560
Expand Down Expand Up @@ -380,4 +380,4 @@ def gameOver(self):
#1 启动主程序
if __name__ == '__main__':
game = MainGame()
game.start_game()
game.start_game()