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