Speeds up player a tiny bit -- also forgot to turn countdown back on.
authordsc <david.schoonover@gmail.com>
Mon, 13 Dec 2010 14:00:24 +0000 (06:00 -0800)
committerdsc <david.schoonover@gmail.com>
Mon, 13 Dec 2010 14:00:24 +0000 (06:00 -0800)
src/tanks/config.cjs
src/tanks/thing/player.cjs

index 2518524..5d10793 100644 (file)
@@ -7,7 +7,7 @@ exports['defaults'] = {
         createGridCanvas : 1,
         createGridTable  : 0,
         showGridCoords   : 0,
-        showCountdown    : 0
+        showCountdown    : 1
     },
     pathing : { 
         overlayAIPaths    : 0,
index 381fe66..f7768ca 100644 (file)
@@ -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)