From c898b70dd7b4443fff8793e5704b1de26b28335f Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Fri, 16 Sep 2016 11:11:58 -0700 Subject: [PATCH] Add more bird fireworks to tutorial --- tutorial/tutorial.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tutorial/tutorial.js b/tutorial/tutorial.js index 709a36ad21..9512220f62 100644 --- a/tutorial/tutorial.js +++ b/tutorial/tutorial.js @@ -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");