Skip to content

Commit

Permalink
fix: move camera to player overworld spawn
Browse files Browse the repository at this point in the history
  • Loading branch information
vanaigr committed Dec 2, 2024
1 parent 2bfa504 commit d9ba22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render.js
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ const context = {
canvas, gl,
renderRequest: null,
requestRender,
camera: { posX: 0, posY: 0, scale: 10 },
camera: { posX: 0, posY: 33, scale: 10 },
canvasSize: [],
filters,
lastFilters: {},
Expand Down

0 comments on commit d9ba22b

Please sign in to comment.