seedpacket shortcut fix
This commit is contained in:
parent
e08a07a3f0
commit
0123b29968
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ warnings/check_angle_interpolation_type_conflicting=false
|
|||
[application]
|
||||
|
||||
config/name="Liberation of the Neighbourville"
|
||||
config/version="0.2.1"
|
||||
config/version="0.2.2"
|
||||
run/main_scene="uid://bfstrli64u23y"
|
||||
config/features=PackedStringArray("4.4", "C#", "Forward Plus")
|
||||
config/icon="res://icon.png"
|
||||
|
|
|
|||
|
|
@ -76,9 +76,9 @@ public partial class Seedpacket : TextureButton
|
|||
|
||||
public override void _Pressed()
|
||||
{
|
||||
GrabFocus();
|
||||
if (_handler is ISeedpacketPress pressHandler)
|
||||
pressHandler.Pressed();
|
||||
GrabFocus();
|
||||
}
|
||||
|
||||
public void Recharge()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue