simplify level 3

This commit is contained in:
Juraj Michalek
2015-12-27 23:24:28 +01:00
parent 4116210d06
commit 46032c703d
2 changed files with 3 additions and 3 deletions

View File

@@ -12,6 +12,6 @@ level3.create = function(context) {
// Define finish coordinates
context.finishMarker.x = 6*64;
context.finishMarker.y = 4*64;
context.finishMarker.y = 1*64;
}