about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2024-12-28 10:19:17 -0500
committerelioat <elioat@tilde.institute>2024-12-28 10:19:17 -0500
commitb8c91eb867b1e64dfd661e7b9e306a83d91ef8b6 (patch)
tree034ee1712419a68ec9a4add6593bedc48ac3f54a
parent4979fbe8595ae0a0e8bd436d4633fa5e4755707f (diff)
downloadtour-b8c91eb867b1e64dfd661e7b9e306a83d91ef8b6.tar.gz
*
-rw-r--r--html/rogue/js/config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/rogue/js/config.js b/html/rogue/js/config.js
index 71e7e0e..cc1a3dc 100644
--- a/html/rogue/js/config.js
+++ b/html/rogue/js/config.js
@@ -24,7 +24,7 @@ const Config = {
     
     hex: {
         SIZE: 40, // Size of a single hex
-        GRID_SIZE: 10, // Number of hexes in the grid (width/height)
+        GRID_SIZE: 30, // Number of hexes in the grid (width/height)
         get WIDTH() { // Computed hex width
             return this.SIZE * 2;
         },