change a lot

This commit is contained in:
2025-02-01 03:52:39 +08:00
parent 6670715bf2
commit 3ef79886ec
4 changed files with 125 additions and 42 deletions

View File

@@ -13,6 +13,11 @@ COLORS = {
# 游戏参数
BLOCK_SIZE = 20
GRAVITY = 0.5
GRAVITY = 3
PLAYER_SPEED = 5
JUMP_FORCE = -12
JUMP_FORCE = -36
PLAYER_SIZE = 20
OPTIONS = {
"debug": False
}