index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
author | Catalin Mititiuc <webdevcat@proton.me> | 2024-07-03 10:04:58 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-07-03 10:04:58 -0700 |
commit | ae21d408d1f9f8f4a34e777c3ea708c6b1245064 (patch) | |
tree | 30c698e6feaaae85bbd1f9431901f2a6ddeb878c /src/radial.js | |
parent | 99d60421e31c00c8051398aaf10a481dbccfd82b (diff) |
Change elevation level selector selected color
Diffstat (limited to 'src/radial.js')
-rw-r--r-- | src/radial.js | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/radial.js b/src/radial.js index 038d9c1..ca79c35 100644 --- a/src/radial.js +++ b/src/radial.js @@ -1,8 +1,3 @@ -// if (window.IS_DEV) { -// const source = new EventSource('/esbuild'); -// source.addEventListener('change', () => location.reload()); -// } - const xmlns = 'http://www.w3.org/2000/svg'; const svg = document.querySelector('svg'); @@ -274,7 +269,7 @@ const mapsheet1 = { { q: 0, r: 0, s: 0 }, { left: 3, top: 5, right: 3, bottom: 5 } ), - position: ({ q, r, s }) => ({ q: q, r: r, s: s }) + position: ({ q, r, s }) => ({ q, r, s }) } ] }; |