cookie_sabotage@sh.itjust.workstoProgrammer Humor@lemmy.ml•Aaargh....my eyes......my eyes......English
15·
9 months agoDon’t worry! this issue will be fixed in the next patch. In the meantime just try not getting hit.
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?
I feel bad for Windows users, they just can’t catch a break can they?