script.js
changeset 76 681b1d7dc3a9
parent 75 7b3fc980d9d7
child 77 9c443a61358c
     1.1 --- a/script.js	Sun Dec 18 18:57:49 2011 +0100
     1.2 +++ b/script.js	Sun Dec 18 19:15:59 2011 +0100
     1.3 @@ -133,8 +133,15 @@
     1.4      context.lineTo(menu_width - 1, menu_height - 1);   
     1.5      context.closePath();  
     1.6      context.strokeStyle = colour1a.str();
     1.7 -    context.stroke();   
     1.8 -var colour1b = new Colour(0, 0, 0, 0.1);  
     1.9 +    context.stroke(); 
    1.10 +    var colour1e = new Colour(0, 0, 0, 0.05);  
    1.11 +    context.beginPath();   
    1.12 +    context.moveTo(70, menu_height - 1);
    1.13 +    context.lineTo(menu_width - 71, menu_height - 1);   
    1.14 +    context.closePath();  
    1.15 +    context.strokeStyle = colour1e.str();
    1.16 +    context.stroke();  
    1.17 +    var colour1b = new Colour(0, 0, 0, 0.05);  
    1.18      context.beginPath();   
    1.19      context.moveTo(50, menu_height - 1);
    1.20      context.lineTo(menu_width - 51, menu_height - 1);   
    1.21 @@ -171,6 +178,10 @@
    1.22      context.clearRect(menu_splits[0] - 1, menu_height - 1, 2, 2);
    1.23      context.clearRect(menu_splits[1] - 1, menu_height - 1, 2, 2);
    1.24      context.clearRect(menu_splits[2] - 1, menu_height - 1, 2, 2);
    1.25 +
    1.26 +    context.clearRect(menu_splits[0] - 1, menu_height - 2, 1, 1);
    1.27 +    context.clearRect(menu_splits[1] - 1, menu_height - 2, 1, 1);
    1.28 +    context.clearRect(menu_splits[2] - 1, menu_height - 2, 1, 1);
    1.29  }
    1.30  
    1.31  function clearMenuLines() {