Remove duplicate public/map.js - use single src/map.js for both Node.js and browser
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user