mirror of
https://github.com/n0remac/game-jam-2020.git
synced 2025-12-08 04:05:14 -06:00
fixed last two check misses, added second line before Config class declaration, fixed extra space at end of comment
This commit is contained in:
@@ -9,6 +9,7 @@ BASE_PATH = os.path.dirname(os.path.abspath(__file__))
|
||||
RESOURCES = os.path.join(BASE_PATH, "resources")
|
||||
IMAGES = os.path.join(RESOURCES, "images")
|
||||
|
||||
|
||||
class Config(object):
|
||||
"""
|
||||
A simple class dedicated to loading, storing and organizing constants.
|
||||
|
||||
Reference in New Issue
Block a user