diff options
Diffstat (limited to 'html/rogue/js/config.js')
-rw-r--r-- | html/rogue/js/config.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/rogue/js/config.js b/html/rogue/js/config.js index 399a8a5..90c1f49 100644 --- a/html/rogue/js/config.js +++ b/html/rogue/js/config.js @@ -26,8 +26,8 @@ const Config = { player: { MOVE_SPEED: 0.1, - SIZE_RATIO: 0.8, - VISION_RANGE: 3 // Number of hexes the player can see + SIZE_RATIO: 1/3, + VISION_RANGE: 3 }, camera: { |