Fixes level border when grid is hidden. Updates conf defaults.
authordsc <david.schoonover@gmail.com>
Sat, 18 Dec 2010 02:11:39 +0000 (18:11 -0800)
committerdsc <david.schoonover@gmail.com>
Sat, 18 Dec 2010 02:11:39 +0000 (18:11 -0800)
src/tanks/config.cjs
www/css/lttl.css

index 0d4e119..03a5308 100644 (file)
@@ -13,7 +13,7 @@ exports['defaults'] = {
         createGridCanvas   : true,
         createGridTable    : false,
         showGridCoords     : false,
-        showAttackCooldown : true,
+        showAttackCooldown : false,
         showCountdown      : (document.location.host.toString() !== 'tanks.woo')
     },
     pathing : { 
index 13df1ac..9a6b3f1 100644 (file)
@@ -42,6 +42,7 @@ table.grid td { /* outline:1px solid rgba(255,255,255,0.1); */
     #ai textarea { width:90%; height:100px; }
 
 #viewport { position:relative; width:500px; height:500px; margin:1em auto; cursor:crosshair; }
+    #viewport .layer.grid { outline:1px solid rgba(255,255,255,0.1); }
 
 #overlay { position:fixed; top:0; left:0; width:100%; height:100%; background-color:#000; opacity:0.5; z-index:100; }