Add jump cooldown, make left and right diagonals slide you down correctly, improve the map a bit, add high score, score and try count

This commit is contained in:
csd4ni3l
2025-11-28 19:05:20 +01:00
parent 88f18b200d
commit 21b1d04369
4 changed files with 105 additions and 38 deletions

View File

@@ -5,10 +5,14 @@ from arcade.gui.widgets.slider import UISliderStyle
FOLLOW_DECAY_CONST = 0.3
GRAVITY = 1.5
PLAYER_JUMP_COOLDOWN = 0.25
PLAYER_MOVEMENT_SPEED = 10
PLAYER_JUMP_SPEED = 28
GRID_PIXEL_SIZE = 70
LEFT_RIGHT_DIAGONAL_ID = 6
RIGHT_LEFT_DIAGONAL_ID = 7
menu_background_color = (30, 30, 47)
log_dir = 'logs'
discord_presence_id = 1443616900096590027