mirror of
https://github.com/n0remac/game-jam-2020.git
synced 2025-12-09 22:05:19 -06:00
Levels can be combined together in dungeon
This commit is contained in:
@@ -11,8 +11,8 @@ class Config(object):
|
||||
"""
|
||||
|
||||
# Constants
|
||||
SCREEN_WIDTH = 1000
|
||||
SCREEN_HEIGHT = 650
|
||||
SCREEN_WIDTH = 1650
|
||||
SCREEN_HEIGHT = 1000
|
||||
SCREEN_TITLE = "Triple Dungeon"
|
||||
TILE_WIDTH = 63
|
||||
|
||||
@@ -21,7 +21,7 @@ class Config(object):
|
||||
TILE_SCALING = 2
|
||||
|
||||
# Movement speed of player, in pixels per frame
|
||||
PLAYER_MOVEMENT_SPEED = 5
|
||||
PLAYER_MOVEMENT_SPEED = 7
|
||||
|
||||
# How many pixels to keep as a minimum margin between the character
|
||||
# and the edge of the screen.
|
||||
|
||||
Reference in New Issue
Block a user