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-08-09 10:22:44 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-08-09 10:22:44 -0700 |
commit | 90fe01caaf5b8e0488aef15eb5c76f1e87145797 (patch) | |
tree | 8d4bdc49898ed8a3842468b93638400496891b6e /node_modules/pan-zoom/index.js | |
parent | ca9ad3ac2a8a0b5709ae7f55dcff3a7473bb9203 (diff) |
Extract programmatic pan coord calculations into gameboard module
Diffstat (limited to 'node_modules/pan-zoom/index.js')
-rw-r--r-- | node_modules/pan-zoom/index.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/node_modules/pan-zoom/index.js b/node_modules/pan-zoom/index.js deleted file mode 100644 index ab80f47..0000000 --- a/node_modules/pan-zoom/index.js +++ /dev/null @@ -1,2 +0,0 @@ -export { default as pan, manualPan } from './src/modules/pan.js'; -export { default as zoom } from './src/modules/zoom.js'; |