Skip to content

Commit

Permalink
Resolving merge conflicts.
Browse files Browse the repository at this point in the history
  • Loading branch information
presstube committed Nov 2, 2011
1 parent 9388bf8 commit 3ce52b2
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/hunted/Boost.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,11 @@
force = PTUtils.polarDegrees(_p.boostThrust/*mult*/, ship.rotation);
ship.addForce(force);
boostFuel--;
<<<<<<< HEAD
var shudder = 5;
// app.stage.x += Math.random()*shudder*mult - Math.random()*shudder*mult;
// app.stage.y += Math.random()*shudder*mult - Math.random()*shudder*mult;
app.stage.x += Math.random()*shudder - Math.random()*shudder;
app.stage.y += Math.random()*shudder - Math.random()*shudder;
=======
var shudder = 15;
app.stage.x += Math.random()*shudder*mult - Math.random()*shudder*mult;
app.stage.y += Math.random()*shudder*mult - Math.random()*shudder*mult;
>>>>>>> master
var boostChunk = PTUtils.makeTriangle('#fff', width*mult, width*mult);
boostChunk.x = ship.x;
boostChunk.y = ship.y;
Expand All @@ -65,11 +59,6 @@
tickCount++;

skin.scaleX = skin.scaleY = (boostFuel / _p.boostFuelLimit);
<<<<<<< HEAD
=======

// console.log('app: ' + window.app);
>>>>>>> master
};

this.setBoostFuel = function(fuel) {
Expand Down

0 comments on commit 3ce52b2

Please sign in to comment.