Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rodigu committed Aug 18, 2024
1 parent 5012034 commit 420f06f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion projeto/recursos/jogos/enchente/jogador/playerLane3D.gd
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ func _on_ControladorArrasta_arrastado(chave):
elif chave == 'esquerda-0' or chave == 'esquerda-1':
controle_faixa_3d.mover_esquerda()
elif chave == 'baixo':
print_debug('baixo')
controle_faixa_3d.abaixar()

func _on_AreaDano_body_entered(body: Node) -> void:
Expand Down

0 comments on commit 420f06f

Please sign in to comment.