Skip to content

Commit

Permalink
Merge pull request #95 from ninjadev/rocketup
Browse files Browse the repository at this point in the history
Sync rocket hex with sound effect
  • Loading branch information
stianjensen committed Jul 12, 2014
2 parents 145a664 + 6b34927 commit a217f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DesertLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function DesertLayer(layer) {

this.rocketHex = rocketHex;
this.scene.add(rocketHex);
this.rocketStart = 5080;
this.rocketStart = 4870;

var waterGeometry = new THREE.CircleGeometry(1500, 6);
var waterMaterial = new THREE.MeshBasicMaterial({
Expand Down

0 comments on commit a217f0e

Please sign in to comment.