update comments

This commit is contained in:
Jeffrey Hsu 2025-01-31 19:55:42 +08:00
parent 823158a8eb
commit 64c710aae7

View File

@ -1,7 +1,7 @@
# 玩家类
from module import WIDTH, HEIGHT, JUMP_FORCE
# 玩家类
class Player:
def __init__(self):
self.x = WIDTH // 2