Skip to content

Commit

Permalink
fix script2
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarorichard committed May 27, 2023
1 parent 8df1538 commit 66d67b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Scripts/jogador.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class jogador : MonoBehaviour
public float velocidadeMovimento;
public Laser laserPrefab;
public float tempoEsperaTiro;
private float intervaloTiro;
private float intervaloTiro;

public Transform[] posicoesArmas;
private Transform armaAtual;
Expand Down

0 comments on commit 66d67b9

Please sign in to comment.