Open JogoShugh opened 8 years ago
Thanks @mhh and Jacob!
We found a workaround by doing:
mine(at(14,1), width(4)), mine(at(18,1), width(1), down)
Also, this didn't work:
mine(at(1,4), size(8), down)
The work around was to draw only 7 and then add a new 1 size mine direction right.
right
Thanks @mhh and Jacob!
We found a workaround by doing:
Also, this didn't work:
The work around was to draw only 7 and then add a new 1 size mine direction
right
.