We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45697b6 commit 4370978Copy full SHA for 4370978
src/subtype.js
@@ -173,6 +173,7 @@ module.exports = class Subtype extends EventEmitter {
173
// Draw the tile.
174
if (!TILE_SHAPES[tile]) {
175
const adjacentToPath = tile !== '00000';
176
+ // Any block with 2, 3 or 4 orthogonal paths.
177
const innerCorner = adjacentToPath && tile.split('1').length > 2;
178
179
// We have an empty square. Handle it differently based on skin.
0 commit comments