Delete line without functionality
This commit is contained in:
parent
7156aff160
commit
ead2dd3db5
1 changed files with 0 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue