The road goes on and on. A tree lined avenue created with just 3 lines of code...

var road = new Drone().box(43,3,1,200).up();
for (i=1;i<20;i++) road.left(3).box(6).right(8).box(6).left(5).fwd(10);
This commit is contained in:
walterhiggins 2012-12-28 13:39:24 +00:00
parent bbaa07be12
commit 15ce10f0e6

BIN
2012-12-28_13.38.07.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB