void Update()
 {
     swordDur.text = itemDur.getSwordDurability().ToString() + " %";
     health.text   = hero.GetHealth().ToString();
 }