Skip to content

Commit

Permalink
Set interior wall line cap to prevent obvious break where wa
Browse files Browse the repository at this point in the history
lls join.
  • Loading branch information
mcglincy committed Nov 22, 2021
1 parent 3889053 commit 087e0b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ const drawInteriorWall = (interiorShadowGfx, wallGfx, config, wall) => {
color: PIXI.utils.string2hex(config.wallColor),
alpha: 1.0,
alignment: 0.5, // middle
cap: "round"
});
wallGfx.moveTo(wall[0], wall[1]);
wallGfx.lineTo(wall[2], wall[3]);
Expand Down

0 comments on commit 087e0b6

Please sign in to comment.