mirror of
https://github.com/n0remac/game-jam-2020.git
synced 2025-12-08 04:05:14 -06:00
create new sprites file for managing animations and static
This commit is contained in:
@@ -52,7 +52,8 @@ class Enums(Enum):
|
||||
UP_FACING = 3
|
||||
DOWN_FACING = 4
|
||||
|
||||
class Sprites(object):
|
||||
|
||||
class SpritePaths(object):
|
||||
"""
|
||||
Simple class for holding sprite paths.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user