aroberge / reeborg

Enhanced Karel-the-robot clone
http://reeborg.ca/reeborg.html
Other
47 stars 36 forks source link

show grid option #353

Closed aroberge closed 7 years ago

aroberge commented 7 years ago

Have an option that enables drawing the basic grid on top of tiles, instead of below them. This would have to be done only on onload editor.

aroberge commented 7 years ago

Implemented with state variable: RUR.state.visible_grid

aroberge commented 7 years ago

Got different (narrower) grid wall images. The normal walls are 4 pixels wide; these are 2 pixel wide. Since the drawing offset is the same, they are off-centre by 1 pixel, which is acceptable.