Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JSLegendDev committed Jan 1, 2024
1 parent 1f31b00 commit 1c059b8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Empty file removed .nojekyll
Empty file.
File renamed without changes.
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/map.js";
import { makeTiledMap } from "../maps/mapUtil.js";
import { makeCamera, makeDialogBox } from "../utils.js";

export function makeWorld(p, setScene) {
Expand Down
2 changes: 1 addition & 1 deletion utils.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { characterInterface } from "../entities/character.js";
import { characterInterface } from "../entities/entity.js";

export function makeCamera(p, x, y) {
return {
Expand Down

0 comments on commit 1c059b8

Please sign in to comment.