Fix inventory button press not working on steamdeck, remove in-work capricorn enemy type
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user