

2·
10 months agoCDP22PRR2
CDP22PRR2
Don’t worry! this issue will be fixed in the next patch. In the meantime just try not getting hit.
public class GameManager : MonoBehaviour
{
public bool EnableHighContrast;
public bool PlayerWon;
public float PlayerUnitsMoved;
public int PlayerDeathCount;
public float PlayerHealth;
public void PlayerTakeDamage(float damage)
{
PlayerHealth -= damage;
if (PlayerHealth < 0)
{
PlayerDieAndRespawn();
}
}
public void PlayerDieAndRespawn()
{
return;
}
}
I couldn’t contain myself.
Thx! I found it and some others by searching “Superbrothers: Sword & Sorcery EP wallpaper”
I use:
Thank you!
That wallpaper is beautiful, could you share the source?
This happened in a biology class where we had groups of people trying to get the DNA out of fruits and vegetables, my group had chosen an onion, in an effort to try and be the cool kid I ate some of the onion, no one noticed.
I feel bad for Windows users, they just can’t catch a break can they?