remove tabs from code

This commit is contained in:
Juraj Michalek
2015-12-28 09:53:21 +01:00
parent f3187b9f64
commit 922afa8d8a
3 changed files with 145 additions and 145 deletions

View File

@@ -8,10 +8,10 @@ level3.create = function(context) {
context.character.x = 2*64 - 8;
context.character.y = 64 - 8;
context.character.physics.acceleration.x = 0;
context.character.physics.maxVelocity.y = 140;
context.character.physics.maxVelocity.y = 140;
// Define finish coordinates
context.finishMarker.x = 6*64;
context.finishMarker.y = 1*64;
}