seedpacket shortcut fix

This commit is contained in:
Rendo 2025-07-12 22:51:27 +05:00
commit 0123b29968
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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()