mirror of
https://github.com/csd4ni3l/ember-keeper.git
synced 2026-01-01 04:23:43 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user