Removed a print
This commit is contained in:
parent
45fa950595
commit
0c6003a4b3
1 changed files with 0 additions and 1 deletions
|
|
@ -103,7 +103,6 @@ func manage_velocity(delta: float) -> void:
|
||||||
elif (Input.is_action_pressed("drop")):
|
elif (Input.is_action_pressed("drop")):
|
||||||
dropped = true
|
dropped = true
|
||||||
self.position.y += 3
|
self.position.y += 3
|
||||||
print("Drop")
|
|
||||||
if(not dropped):
|
if(not dropped):
|
||||||
local_velocity.y = -jump_strength
|
local_velocity.y = -jump_strength
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue