diff --git a/game/PuzzleGraphics.js b/game/PuzzleGraphics.js index e169ae8..8953a3f 100644 --- a/game/PuzzleGraphics.js +++ b/game/PuzzleGraphics.js @@ -165,6 +165,8 @@ async function createPuzzleTileBitmaps(img, tiles, info) { ctx.stroke(path) ctx.restore() + // Draw the path (border) in the color of the + // surrounding tile, this makes the tile look more realistic // ----------------------------------------------------------- // ----------------------------------------------------------- ctx2.clearRect(0, 0, tileDrawSize, tileDrawSize)