adjusted help button to work on all screen sizes

This commit is contained in:
djkellerman
2025-04-18 19:13:04 -04:00
parent a7e181a900
commit 6165ad4dba
3 changed files with 110 additions and 115 deletions

View File

@@ -46,11 +46,6 @@ namespace Player
/// </summary>
public bool dying = false;
/// <summary>
/// Event triggered when the player is punched.
/// </summary>
public event System.Action<GameObject> OnPlayerPunched;
/// <summary>
/// Event triggered when a player dies.
/// </summary>