update comments
This commit is contained in:
@@ -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