Skip to content

Commit

Permalink
Fix #296: wall placement around large Kremlin/drab pieces incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
Gymnasiast committed Mar 19, 2024
1 parent 3d866fa commit 57f47f8
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"x": 32,
"y": 0,
"clearance": 64,
"walls": 8
"walls": 12
},
{
"x": 32,
"y": 32,
"clearance": 64,
"walls": 2
"walls": 6
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"x": 32,
"y": 0,
"clearance": 64,
"walls": 8
"walls": 12
},
{
"x": 32,
"y": 32,
"clearance": 64,
"walls": 2
"walls": 6
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"x": 32,
"y": 0,
"clearance": 96,
"walls": 8
"walls": 12
},
{
"x": 32,
"y": 32,
"clearance": 96,
"walls": 2
"walls": 6
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"x": 32,
"y": 0,
"clearance": 64,
"walls": 8
"walls": 12
},
{
"x": 32,
"y": 32,
"clearance": 64,
"walls": 2
"walls": 6
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"x": 32,
"y": 0,
"clearance": 64,
"walls": 8
"walls": 12
},
{
"x": 32,
"y": 32,
"clearance": 64,
"walls": 2
"walls": 6
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"x": 32,
"y": 0,
"clearance": 128,
"walls": 8
"walls": 12
},
{
"x": 32,
"y": 32,
"clearance": 128,
"walls": 2
"walls": 6
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"x": 32,
"y": 0,
"clearance": 64,
"walls": 8
"walls": 12
},
{
"x": 32,
"y": 32,
"clearance": 64,
"walls": 2
"walls": 6
}
]
},
Expand Down

0 comments on commit 57f47f8

Please sign in to comment.