mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 19:16:41 +07:00
render: map composing (working)
This commit is contained in:
parent
2eb398ef6b
commit
4747c918e2
9 changed files with 122 additions and 7 deletions
|
@ -55,7 +55,7 @@ export const getTilePlacement = () => {
|
|||
maxY,
|
||||
|
||||
shiftX: (rsw.x - msw.x),
|
||||
shiftY: (height + (rsw.y - msw.y)),
|
||||
shiftY: (height + (rsw.y - msw.y)) + 3,
|
||||
|
||||
size: 256,
|
||||
width,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue