handle primary action inputs
This commit is contained in:
parent
635a832ec8
commit
8708540770
5 changed files with 7 additions and 1 deletions
|
|
@ -50,6 +50,7 @@ public partial class ShovelButton : TextureButton
|
|||
Disabled = true;
|
||||
}
|
||||
}
|
||||
GetViewport().SetInputAsHandled();
|
||||
hoveredEntity?.GetNode<FlashShaderController>("FlashController").Deselect();
|
||||
hoveredEntity = null;
|
||||
ButtonPressed = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue