Add more bird fireworks to tutorial

This commit is contained in:
Ryan Huffman 2016-09-16 11:11:58 -07:00
parent 52f31addb2
commit c898b70dd7

View file

@ -474,6 +474,8 @@ stepNearGrab.prototype = {
// Create table ?
// Create blocks and basket
this.boxID = createBlock.bind(this)();
this.boxID = createBlock.bind(this)();
this.boxID = createBlock.bind(this)();
print("Created", this.boxID);
//function posChecker() {
@ -561,6 +563,8 @@ stepFarGrab.prototype = {
// Create table ?
// Create blocks and basket
this.boxID = createBlock.bind(this)();
this.boxID = createBlock.bind(this)();
this.boxID = createBlock.bind(this)();
print("Created", this.boxID);
Messages.subscribe("Entity-Exploded");