mirror of
https://github.com/n0remac/game-jam-2020.git
synced 2025-12-08 04:05:14 -06:00
4 directional character movement animation.
This commit is contained in:
@@ -15,7 +15,8 @@ class Config(object):
|
||||
SCREEN_HEIGHT = 1000
|
||||
SCREEN_TITLE = "Triple Dungeon"
|
||||
TILE_WIDTH = 63
|
||||
UPDATES_PER_FRAME = 20
|
||||
IDLE_UPDATES_PER_FRAME = 20
|
||||
RUN_UPDATES_PER_FRAME = 10
|
||||
|
||||
# Constants used to scale our sprites from their original size
|
||||
CHARACTER_SCALING = 1
|
||||
|
||||
Reference in New Issue
Block a user