feat(#8): modularizing
This commit is contained in:
parent
f300fe1be7
commit
32dd2ad599
11 changed files with 271 additions and 94 deletions
6
modules/game-objects/index.js
Normal file
6
modules/game-objects/index.js
Normal 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";
|
Loading…
Add table
Add a link
Reference in a new issue