mirror of
https://github.com/n0remac/game-jam-2020.git
synced 2025-12-09 14:05:20 -06:00
added more monsters to test lag.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user