mirror of
https://github.com/n0remac/game-jam-2020.git
synced 2025-12-14 02:09:55 -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")
|
RESOURCES = os.path.join(BASE_PATH, "resources")
|
||||||
IMAGES = os.path.join(RESOURCES, "images")
|
IMAGES = os.path.join(RESOURCES, "images")
|
||||||
|
|
||||||
|
|
||||||
class Config(object):
|
class Config(object):
|
||||||
"""
|
"""
|
||||||
A simple class dedicated to loading, storing and organizing constants.
|
A simple class dedicated to loading, storing and organizing constants.
|
||||||
|
|||||||
Reference in New Issue
Block a user