From: dsc Date: Mon, 13 Dec 2010 14:00:24 +0000 (-0800) Subject: Speeds up player a tiny bit -- also forgot to turn countdown back on. X-Git-Url: http://git.less.ly:3516/?a=commitdiff_plain;h=47605b1ff30285c1b4c2d6dd6ff142445cc0947f;p=tanks.git Speeds up player a tiny bit -- also forgot to turn countdown back on. --- diff --git a/src/tanks/config.cjs b/src/tanks/config.cjs index 2518524..5d10793 100644 --- a/src/tanks/config.cjs +++ b/src/tanks/config.cjs @@ -7,7 +7,7 @@ exports['defaults'] = { createGridCanvas : 1, createGridTable : 0, showGridCoords : 0, - showCountdown : 0 + showCountdown : 1 }, pathing : { overlayAIPaths : 0, diff --git a/src/tanks/thing/player.cjs b/src/tanks/thing/player.cjs index 381fe66..f7768ca 100644 --- a/src/tanks/thing/player.cjs +++ b/src/tanks/thing/player.cjs @@ -17,7 +17,7 @@ Tank.subclass('PlayerTank', { // Attributes stats: { hp : 1, // health - move : 0.75, // move speed (squares/sec) + move : 0.90, // move speed (squares/sec) rotate : HALF_PI, // rotation speed (radians/sec) power : 1, // attack power speed : 0.5, // attack cool (sec)