From 50ba75c55e9e7a483c8a98a9e3f88214678a5244 Mon Sep 17 00:00:00 2001 From: Matheus Date: Sat, 30 Aug 2025 23:21:20 -0300 Subject: Múltiplas formas de input MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/input/GameOverInputHandler.cs | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 scripts/input/GameOverInputHandler.cs (limited to 'scripts/input/GameOverInputHandler.cs') diff --git a/scripts/input/GameOverInputHandler.cs b/scripts/input/GameOverInputHandler.cs new file mode 100644 index 0000000..5e41daf --- /dev/null +++ b/scripts/input/GameOverInputHandler.cs @@ -0,0 +1,13 @@ +using Godot; + +/// +/// Esquema de controles para quando o jogador está morto. +/// +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 -- cgit v1.2.3