diff options
| author | Matheus <matheus.guedes.mg.m@gmail.com> | 2025-09-09 19:09:34 -0300 |
|---|---|---|
| committer | Matheus <matheus.guedes.mg.m@gmail.com> | 2025-09-09 19:09:34 -0300 |
| commit | c6bbb834f7758027c0df338f1520f34fad3befea (patch) | |
| tree | 1818cd23c24be16fbe19b16dd0a510874d440d83 /scripts/input/GameOverInputHandler.cs | |
| parent | f1b51bed52ffbd90b5b7cc8dcfc6f0484bbbeb3c (diff) | |
Organização
Diffstat (limited to 'scripts/input/GameOverInputHandler.cs')
| -rw-r--r-- | scripts/input/GameOverInputHandler.cs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/scripts/input/GameOverInputHandler.cs b/scripts/input/GameOverInputHandler.cs deleted file mode 100644 index 5e41daf..0000000 --- a/scripts/input/GameOverInputHandler.cs +++ /dev/null @@ -1,13 +0,0 @@ -using Godot; - -/// <summary> -/// Esquema de controles para quando o jogador está morto. -/// </summary> -public partial class GameOverInputHandler : BaseInputHandler { - - // Por enquanto não tem nada. - public override Action GetAction(Player player) - { - return null; - } -}
\ No newline at end of file |
