Refactorisation

This commit is contained in:
2023-10-23 11:56:24 +02:00
parent 18237e3a0b
commit 600545e0f1
31 changed files with 102 additions and 102 deletions
+2 -3
View File
@@ -17,6 +17,8 @@ public class PlayerManager : MonoBehaviour
public float BeamDamages = 50f;
public float BeamFrequency = 5f;
public float BeamLife = 0.5f;
public float HorizontalBeam = 0f;
public float VerticalBeam = 0f;
public float SwordsHaloRadius = 1f;
public float SwordsDamages = 25f;
@@ -26,9 +28,6 @@ public class PlayerManager : MonoBehaviour
public float ArrowFrequency = 2f;
public float ArrowRange = 5f;
public float laserOnX = 0f;
public float laserOnY = 0f;
[SerializeField]
private GameObject pauseMenu;
[SerializeField]