mirror of
https://github.com/n0remac/game-jam-2020.git
synced 2025-12-14 20:09:55 -06:00
removed whitespace and other formatting.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user