Remove commented out code for inefficient battlements building.
This commit is contained in:
parent
7e03c6d3d7
commit
9fdfb45b6c
1 changed files with 0 additions and 4 deletions
|
@ -52,10 +52,6 @@ Drone.extend('fort', function( side, height ) {
|
||||||
this.box0('126:0', side - ( 2 + (i * 2) ), 1, side - ( 2 + ( i * 2) ));
|
this.box0('126:0', side - ( 2 + (i * 2) ), 1, side - ( 2 + ( i * 2) ));
|
||||||
this.fwd().right();
|
this.fwd().right();
|
||||||
}
|
}
|
||||||
// .box('126:0',side-2,1,side-2);
|
|
||||||
|
|
||||||
// this.fwd(battlementWidth).right(battlementWidth)
|
|
||||||
// .box(0,side-((1+battlementWidth)*2),1,side-((1+battlementWidth)*2));
|
|
||||||
//
|
//
|
||||||
// add door
|
// add door
|
||||||
//
|
//
|
||||||
|
|
Reference in a new issue