diff options
author | elioat <{ID}+{username}@users.noreply.github.com> | 2024-12-27 10:51:53 -0500 |
---|---|---|
committer | elioat <{ID}+{username}@users.noreply.github.com> | 2024-12-27 10:51:53 -0500 |
commit | 93af36423b2a1415c89ab7adb92ee458d4ae5a46 (patch) | |
tree | c1ccd887ec6d28a8f8dd293868a29652ef33566d /html/rogue/js/config.js | |
parent | 558906f2349403e781c78e0385b70a08d320a21e (diff) | |
download | tour-93af36423b2a1415c89ab7adb92ee458d4ae5a46.tar.gz |
*
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: { |