Skip to content

Commit

Permalink
Finished tile map
Browse files Browse the repository at this point in the history
  • Loading branch information
delasy committed Nov 6, 2024
1 parent dcc620a commit 66846d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified public/tile-map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion renderer/Background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export function getBitMask(
map: string[][],
x: number,
y: number,
outOfBoundToken = " ",
outOfBoundToken = "R",
cmp = (x: string) => x === "R",
) {
const [topLeft, top, topRight, left, right, bottomLeft, bottom, bottomRight] =
Expand Down

0 comments on commit 66846d4

Please sign in to comment.