Add kenny assets and strip them down, add basic game and map, slippery ice, decoration and spikes, player animation, fix main menu button scaling

This commit is contained in:
csd4ni3l
2025-11-27 23:31:28 +01:00
parent 4fc55f4b64
commit 88f18b200d
23 changed files with 269 additions and 15 deletions

View File

@@ -3,6 +3,12 @@ from arcade.types import Color
from arcade.gui.widgets.buttons import UITextureButtonStyle, UIFlatButtonStyle
from arcade.gui.widgets.slider import UISliderStyle
FOLLOW_DECAY_CONST = 0.3
GRAVITY = 1.5
PLAYER_MOVEMENT_SPEED = 10
PLAYER_JUMP_SPEED = 28
GRID_PIXEL_SIZE = 70
menu_background_color = (30, 30, 47)
log_dir = 'logs'
discord_presence_id = 1443616900096590027