diff --git a/project.godot b/project.godot index c6d4000..bf9f234 100644 --- a/project.godot +++ b/project.godot @@ -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" diff --git a/scripts/gui/seedpackets/Seedpacket.cs b/scripts/gui/seedpackets/Seedpacket.cs index 41e38c1..fc6b01c 100644 --- a/scripts/gui/seedpackets/Seedpacket.cs +++ b/scripts/gui/seedpackets/Seedpacket.cs @@ -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()