basic player idle animation.

This commit is contained in:
Cameron Smart
2020-04-19 19:14:04 -07:00
parent 6146ee0fa2
commit 154a959e8a
42 changed files with 234 additions and 40 deletions

View File

@@ -15,6 +15,7 @@ class Config(object):
SCREEN_HEIGHT = 1000
SCREEN_TITLE = "Triple Dungeon"
TILE_WIDTH = 63
UPDATES_PER_FRAME = 20
# Constants used to scale our sprites from their original size
CHARACTER_SCALING = 1