Skip to content

Commit

Permalink
reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
JSLegendDev committed Jan 1, 2024
1 parent 1c059b8 commit 587f1d6
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 212 deletions.
4 changes: 2 additions & 2 deletions maps/mapUtil.js → mapUtil.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { makeCollidable } from "../entities/collidable.js";
import { drawTile, getFramesPos } from "../utils.js";
import { makeCollidable } from "./entities/collidable.js";
import { drawTile, getFramesPos } from "./utils.js";

export function makeTiledMap(p, x, y) {
return {
Expand Down
2 changes: 1 addition & 1 deletion scenes/world.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { makeNPC } from "../entities/npc.js";
import { makePlayer } from "../entities/player.js";
import { makeTiledMap } from "../maps/mapUtil.js";
import { makeTiledMap } from "../mapUtil.js";
import { makeCamera, makeDialogBox } from "../utils.js";

export function makeWorld(p, setScene) {
Expand Down
17 changes: 0 additions & 17 deletions utils/Camera.js

This file was deleted.

25 changes: 0 additions & 25 deletions utils/DebugMode.js

This file was deleted.

35 changes: 0 additions & 35 deletions utils/collisionLogic.js

This file was deleted.

15 changes: 0 additions & 15 deletions utils/input.js

This file was deleted.

40 changes: 0 additions & 40 deletions utils/spritesheetUtils.js

This file was deleted.

77 changes: 0 additions & 77 deletions utils/ui.js

This file was deleted.

0 comments on commit 587f1d6

Please sign in to comment.