mirror of
https://github.com/csd4ni3l/ember-keeper.git
synced 2026-01-01 04:23:43 +01:00
Add replays, which replay all your previous runs and can also be disabled in settings
This commit is contained in:
@@ -11,6 +11,8 @@ PLAYER_JUMP_SPEED = 28
|
||||
GRID_PIXEL_SIZE = 70
|
||||
RESTART_DELAY = 0.1
|
||||
|
||||
REPLAY_DELAY = 1 / 20
|
||||
|
||||
LEFT_RIGHT_DIAGONAL_ID = 6
|
||||
RIGHT_LEFT_DIAGONAL_ID = 7
|
||||
|
||||
@@ -46,6 +48,7 @@ settings = {
|
||||
"Miscellaneous": {
|
||||
"Discord RPC": {"type": "bool", "config_key": "discord_rpc", "default": True},
|
||||
"Hitboxes": {"type": "bool", "config_key": "hitboxes", "default": False},
|
||||
"Replays": {"type": "bool", "config_key": "replays", "default": True},
|
||||
},
|
||||
"Credits": {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user