JogoShugh / SpaceMiner

SpaceMiner
http://spaceminer.azurewebsites.net
Other
4 stars 4 forks source link

Defect: When creating a mine with mine(at(14,1), width(5)), etc it does not get drawn properly #111

Open JogoShugh opened 8 years ago

JogoShugh commented 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.