Merge pull request #1845 from Zamaroht/patch-1
Delete line without functionality
This commit is contained in:
commit
2a3ded86de
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue