[ List Earliest Comments Only For Pages | Games | Rated Pages | Rated Games | Subjects of Discussion ]
Single Comment
<p>Maybe i was not clear about where to do that in my previous comment. You should get something like:</p>
<p><code>
var orthoBoard3d = $.extend(true,{
'colorFill' : {
".": "rgba(204,40,0,1)",
"#": "rgba(180,180,0,1)",
"%": "rgba(180,40,0,1)",
},
},this.cbGridBoardClassic3DMargin,orthoBoardDelta);
</code></p>
<p>and a few lines below:</p>
<p><code>
boardLayout: [
".#%.#%.#",
"#%.#%.#%",
"%.#%.#%.",
...
</code></p>