mirror of
https://github.com/ysoftdevs/pf2016.git
synced 2026-03-19 15:55:45 +01:00
remove tabs from code
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user