Beispiel #1
0
 // Update is called once per frame
 void Update()
 {
     moneyText.text        = Vault.getMoney() + "";
     capturePointText.text = capturePointManager.getCapturedPointsAmount() + " / " + capturePointManager.getCapturePointsTotalAmount();
     levelText.text        = level;
     chancesText.text      = Vault.getChances() + "";
 }