removed whitespace and other formatting.

This commit is contained in:
Cameron Smart
2020-04-20 13:45:49 -07:00
parent c051414870
commit dff882770d
3 changed files with 16 additions and 19 deletions

View File

@@ -17,7 +17,7 @@ class Config(object):
"""
A simple class dedicated to loading, storing and organizing constants.
"""
# Constants
SCREEN_WIDTH = 1650
SCREEN_HEIGHT = 1000
@@ -41,7 +41,6 @@ class Config(object):
RIGHT_VIEWPORT_MARGIN = 250
BOTTOM_VIEWPORT_MARGIN = 50
TOP_VIEWPORT_MARGIN = 100
class Enums(Enum):