feat(#15): separate sprite from player

This commit is contained in:
Juan Sebastián Montoya 2024-09-20 15:55:32 -05:00
parent e2cd0ee490
commit ea9d912e2f
6 changed files with 91 additions and 84 deletions

View file

@ -4,3 +4,6 @@ export { FpsCounter } from "./fps-counter.js";
export { GameObject } from "./game-object.js";
export { MapManagement } from "./map-management.js";
export { Map } from "./map.js";
export { Player } from "./player.js";
export { Sprite } from "./sprite.js";
export { SpriteSheet } from "./sprite-sheet.js";