コード例 #1
0
 // Personaje muerto
 public void Die()
 {
     state = states.DEATH;
     character.stats.superPowerActive = false;
     character.stats.characterAttack  = false;
     HeartText.text = "Dead!";
     animations.dieAnimation();
     if (deadText == true)
     {
         ShowFloatingText();
     }
 }