mirror of
https://github.com/n0remac/game-jam-2020.git
synced 2025-12-10 12:05:22 -06:00
add new debug config, create and implement FPSCounter class
This commit is contained in:
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user