adding example screens
This commit is contained in:
parent
9c31e2d321
commit
1a89b87008
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ Construct a rainbow-colored road 100 blocks long...
|
|||
|
||||
var rainbowColors = [blocks.wool.red, blocks.wool.orange, blocks.wool.yellow, blocks.wool.lime,
|
||||
blocks.wool.lightblue, blocks.wool.blue, blocks.wool.purple];
|
||||
boxa(rainbowColors,7,1,100);
|
||||
boxa(rainbowColors,5,1,98);
|
||||
|
||||
![boxa example](img/boxaex1.png)
|
||||
|
||||
|
|
Reference in a new issue