Skip to content

Commit 747aba0

Browse files
committed
[CONF]: Changed grid default size
50x50 => 25x25
1 parent 525fa60 commit 747aba0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conf/default.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"frame-rate": 60
1212
},
1313
"grid": {
14-
"rows": 50,
15-
"cols": 50
14+
"rows": 25,
15+
"cols": 25
1616
},
1717
"analyzer": {
1818
"heuristic": "manhattan",

0 commit comments

Comments
 (0)