MOAR STARS
This commit is contained in:
parent
222cf2012b
commit
aeef7b5de3
|
@ -89,7 +89,7 @@ Engine = Base.extend({
|
||||||
new Chainable()
|
new Chainable()
|
||||||
.wait(2000)
|
.wait(2000)
|
||||||
.then(function(){
|
.then(function(){
|
||||||
this.starGeneratorRate = 100;
|
this.starGeneratorRate = 200;
|
||||||
}, this)
|
}, this)
|
||||||
.wait(2000)
|
.wait(2000)
|
||||||
.then(function(){
|
.then(function(){
|
||||||
|
|
Loading…
Reference in New Issue