give cottages a wood floor

This commit is contained in:
walterhiggins 2015-01-03 13:13:10 +00:00
parent dd693af91d
commit e8b1cc274d

View file

@ -11,7 +11,12 @@ var blocks = require('blocks');
// /js drone.cottage(); // /js drone.cottage();
// //
function cottage( ) { function cottage( ) {
this.chkpt('cottage') this
.chkpt('cottage')
.down()
.box(blocks.birch, 7, 1, 6) // birch wood floor
.up()
.box(blocks.air, 7, 5, 6) // clear area first
.box0( blocks.moss_stone, 7, 2, 6) // 4 walls .box0( blocks.moss_stone, 7, 2, 6) // 4 walls
.right(3) .right(3)
.door() // door front and center .door() // door front and center