add new debug config, create and implement FPSCounter class

This commit is contained in:
Xevion
2020-04-20 21:43:07 -05:00
parent 625fe85527
commit 2feb1d98b3
2 changed files with 29 additions and 2 deletions

View File

@@ -42,6 +42,9 @@ class Config(object):
BOTTOM_VIEWPORT_MARGIN = 50
TOP_VIEWPORT_MARGIN = 100
# All debug statements and renderings should use this
DEBUG = True
class Enums(Enum):
"""