feat(#8): modularizing

This commit is contained in:
Juan Sebastián Montoya 2024-09-13 21:45:59 -05:00
parent f300fe1be7
commit 32dd2ad599
11 changed files with 271 additions and 94 deletions

View file

@ -0,0 +1,6 @@
export { Camera } from "./camera.js";
export { CanvasResizer } from "./canvas-resizer.js";
export { Debug } from "./debug.js";
export { GameObject } from "./game-object.js";
export { MapManagement } from "./map-management.js";
export { Map } from "./map.js";