Difference between revisions of "Team:KU Leuven/Secret"

Line 34: Line 34:
  
 
var ctx = canvas.getContext("2d");
 
var ctx = canvas.getContext("2d");
canvas.width = screen.width;
+
canvas.width = screen.width - 20;
canvas.height = screen.height;
+
canvas.height = screen.height - 20;
  
 
var start=0;
 
var start=0;

Revision as of 10:14, 16 August 2015