Laser beam

This commit is contained in:
2023-10-16 12:15:44 +02:00
parent 6bfb6f8642
commit eb51da13ed
16 changed files with 336 additions and 3 deletions
+3
View File
@@ -10,6 +10,9 @@ public class PlayerManager : MonoBehaviour
public int Exp = 0;
public int Level = 1;
// Kills stats
public int MayorKills = 0;
[SerializeField]
private GameObject pauseMenu;