Fix inventory button press not working on steamdeck, remove in-work capricorn enemy type

This commit is contained in:
2024-09-05 14:31:35 -07:00
parent 54d9dcf9fa
commit 8eeeb0890c
21 changed files with 136 additions and 490 deletions

View File

@@ -55,7 +55,7 @@ public partial class Game : Node3D, IGame
this.Provide();
}
public override void _Input(InputEvent @event)
public override void _Process(double delta)
{
if (Input.IsActionJustPressed(GameInputs.Inventory))
{