update comments
This commit is contained in:
parent
823158a8eb
commit
64c710aae7
@ -1,7 +1,7 @@
|
||||
# 玩家类
|
||||
from module import WIDTH, HEIGHT, JUMP_FORCE
|
||||
|
||||
|
||||
# 玩家类
|
||||
class Player:
|
||||
def __init__(self):
|
||||
self.x = WIDTH // 2
|
||||
|
Reference in New Issue
Block a user