This commit is contained in:
2014-11-13 07:50:35 -05:00
parent 33413c468c
commit 072b3dc0c9
4 changed files with 7 additions and 13 deletions

View File

@@ -4,7 +4,7 @@ var main;
function start(){
var c=document.getElementById("screen");
var screen = new Screen("100%","585",c);
var screen = new Screen("100%","590",c);
main = new backgrounds(screen);
if(Math.random()>.7)
main.addScene(15000, new lighting());