mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
Add more bird fireworks to tutorial
This commit is contained in:
parent
52f31addb2
commit
c898b70dd7
1 changed files with 4 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue