mirror of
https://github.com/n0remac/game-jam-2020.git
synced 2025-12-10 04:05:24 -06:00
basic player idle animation.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user