Merge branch 'master' into refactor

This commit is contained in:
2020-04-20 00:54:20 -05:00
committed by GitHub
42 changed files with 128 additions and 48 deletions

View File

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