Shop ist jetzt funktional in der MainMenueScene
This commit is contained in:
@@ -9,7 +9,7 @@ public class InventoryScript : MonoBehaviour
|
||||
[SerializeField] int health = 1;
|
||||
|
||||
//Gems
|
||||
[SerializeField] int gems;
|
||||
[SerializeField] int gems = 100;
|
||||
|
||||
|
||||
public InventoryScript(int energy, int health, int gems)
|
||||
@@ -25,7 +25,7 @@ public class InventoryScript : MonoBehaviour
|
||||
|
||||
void Start()
|
||||
{
|
||||
Gems = 10;
|
||||
|
||||
}
|
||||
|
||||
void Update()
|
||||
|
||||
Reference in New Issue
Block a user