diff options
Diffstat (limited to 'html/rogue/js/config.js')
-rw-r--r-- | html/rogue/js/config.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/html/rogue/js/config.js b/html/rogue/js/config.js index 66c4916..cabc068 100644 --- a/html/rogue/js/config.js +++ b/html/rogue/js/config.js @@ -26,7 +26,8 @@ const Config = { player: { MOVE_SPEED: 0.1, - SIZE_RATIO: 1/3 // The player's size relative to the hex size + SIZE_RATIO: 1/3, + VISION_RANGE: 3 // Number of hexes the player can see }, camera: { |