Komplett mit Audio, Fehler beim Start der Spielszenen: standardHealth und standardEnergy werden nicht wie gewollt übermittelt
This commit is contained in:
@@ -47,9 +47,9 @@ public class InventoryScript : MonoBehaviour
|
||||
//Gems
|
||||
[SerializeField] int gems;
|
||||
|
||||
[SerializeField] int standardHealth = 3;
|
||||
[SerializeField] int standardHealth;
|
||||
|
||||
[SerializeField] int standardEnergy = 10;
|
||||
[SerializeField] int standardEnergy;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user