diff -r b7834ce141c4 -r e78c4a33e958 script.js --- a/script.js Fri Jan 06 01:23:40 2012 +0100 +++ b/script.js Fri Jan 06 03:33:57 2012 +0100 @@ -5,7 +5,7 @@ $(document).ready(function() { simulation = new Simulation(document.getElementById("sim"), - 670, 50, 8, green, background); + 670, 50, 6, green, background); var image = new Image(); image.onload = init_logo; image.src = "images/logobase.png";