diff options
-rw-r--r-- | .exrc | 2 | ||||
-rw-r--r-- | rules.js | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,2 @@ +set foldmethod=expr +set foldexpr=getline(v:lnum)=~'//\ ==='?'>1':'=' @@ -53,6 +53,8 @@ function debug_hexes(n, list) { console.log("".padStart(y," ") + list.slice(y*hexw, (y+1)*hexw).map(x=>String(x).padStart(2, ' ')).join("")) } +// === CONSTS === + const AXIS = 'Axis' const ALLIED = 'Allied' |