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
5 changes: 3 additions & 2 deletions mainGame.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
import pygame
from sys import exit
from pygame.locals import *
from gameRole import *
import random

import random
SCREEN_WIDTH = 500
SCREEN_HEIGHT = 500

# 初始化游戏
pygame.init()
Expand Down