added more monsters to test lag.

This commit is contained in:
Cameron Smart
2020-04-22 11:16:27 -07:00
parent 3d5b0f636c
commit 7e213e7c59
3 changed files with 33 additions and 13 deletions

View File

@@ -38,10 +38,10 @@ class Config(object):
PLAYER_MOVEMENT_SPEED = 14
# How many pixels to keep as a minimum margin between the characters and the edge of the screen.
LEFT_VIEWPORT_MARGIN = 250
RIGHT_VIEWPORT_MARGIN = 250
BOTTOM_VIEWPORT_MARGIN = 50
TOP_VIEWPORT_MARGIN = 100
LEFT_VIEWPORT_MARGIN = 500
RIGHT_VIEWPORT_MARGIN = 500
BOTTOM_VIEWPORT_MARGIN = 250
TOP_VIEWPORT_MARGIN = 200
# All debug statements and renderings should use this
DEBUG = True