Skip to content
Snippets Groups Projects
Commit 3c2aeb3c authored by mcmlxxix's avatar mcmlxxix
Browse files

apply previous fix to new level as well as new game

parent 36f19c41
Branches
Tags
No related merge requests found
......@@ -201,6 +201,10 @@ function blox()
}
function levelUp()
{
selx=0;
sely=0;
selection=[];
selected=false;
level+=1;
generateLevel();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment