Remove duplicate public/map.js - use single src/map.js for both Node.js and browser

This commit is contained in:
sokol
2026-02-21 17:41:09 +03:00
parent 139a732378
commit f6855022dc
2 changed files with 1 additions and 174 deletions

View File

@@ -2,7 +2,7 @@
* Hexo Game UI - Canvas Rendering and Interactions
*/
import { HexMap, CELL_TYPES } from './map.js';
import { HexMap, CELL_TYPES } from '../src/map.js';
// Game constants
const HEX_SIZE = 18;