Introduced Upgrade max value to not become God

This commit is contained in:
2023-10-22 17:21:12 +02:00
parent ac4cbfa911
commit e929533e7d
5 changed files with 47 additions and 18 deletions
+1 -1
View File
@@ -23,8 +23,8 @@ public class PlayerManager : MonoBehaviour
public float SwordsQuantity = 5f;
public float ArrowDamages = 15f;
public float ArrowRange = 5f;
public float ArrowFrequency = 2f;
public float ArrowRange = 5f;
public float laserOnX = 0f;
public float laserOnY = 0f;