Merge pull request #1845 from Zamaroht/patch-1

Delete line without functionality
This commit is contained in:
Juan Linietsky 2015-05-07 20:05:17 -03:00
commit 2a3ded86de
1 changed files with 0 additions and 2 deletions

View File

@ -34,8 +34,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")