mirror of
https://github.com/csd4ni3l/ember-keeper.git
synced 2026-01-01 04:23:43 +01:00
update README, add falling spikes, fix level 2 map, add background snowflakes, fix wrong level problems, fix replays not working, add trail, make trees give less warmth, add back button to level selector
This commit is contained in:
@@ -3,6 +3,7 @@ from arcade.types import Color
|
||||
from arcade.gui.widgets.buttons import UITextureButtonStyle, UIFlatButtonStyle
|
||||
from arcade.gui.widgets.slider import UISliderStyle
|
||||
|
||||
SNOWFLAKE_SPAWN_DELAY = 0.05
|
||||
FOLLOW_DECAY_CONST = 0.3
|
||||
GRAVITY = 1.5
|
||||
PLAYER_JUMP_COOLDOWN = 0.25
|
||||
@@ -49,6 +50,8 @@ settings = {
|
||||
"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},
|
||||
"Trail": {"type": "bool", "config_key": "trail", "default": True},
|
||||
"Snowflakes": {"type": "bool", "config_key": "snowflakes", "default": True},
|
||||
},
|
||||
"Credits": {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user