Delete line without functionality

This commit is contained in:
Nicolas Laurito 2015-05-06 23:53:20 -03:00
parent bdde676a39
commit 2ea6821406
1 changed files with 0 additions and 2 deletions

View File

@ -35,8 +35,6 @@ func _fixed_process(delta):
#create forces
var force = Vector2(0,GRAVITY)
var stop = velocity.x!=0.0
var walk_left = Input.is_action_pressed("move_left")
var walk_right = Input.is_action_pressed("move_right")
var jump = Input.is_action_pressed("jump")