Esempio n. 1
0
 public void SetSoul(AbstractSoul s)
 {
     selfImg.color = s.color;
     soul          = s;
     // if still holding X keep the slow applied
     if (InputUtil.Held(GlobalControls.input.Cancel))
     {
         s.setHalfSpeed(true);
     }
 }