4 directional character movement animation.

This commit is contained in:
Cameron Smart
2020-04-19 20:51:31 -07:00
parent 154a959e8a
commit d1665d59dd
2 changed files with 63 additions and 4 deletions

View File

@@ -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