createGridCanvas : true,
createGridTable : false,
showGridCoords : false,
- showAttackCooldown : true,
+ showAttackCooldown : false,
showCountdown : (document.location.host.toString() !== 'tanks.woo')
},
pathing : {
#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; }