diff --git a/export_presets.cfg b/export_presets.cfg index 452c6d6..a41ba61 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -230,9 +230,9 @@ platform="Linux/X11" runnable=true custom_features="" export_filter="all_resources" -include_filter="thirdparty/gdhexgrid/HexGrid.gd" +include_filter="*" exclude_filter="" -export_path="export/linux/PirateTreasureRun.bin.x86_64" +export_path="export/linux/PirateTreasureRun.x86_64" script_export_mode=1 script_encryption_key="" diff --git a/scenes/World.gd b/scenes/World.gd index 192d331..71eb27c 100644 --- a/scenes/World.gd +++ b/scenes/World.gd @@ -545,6 +545,9 @@ func _on_BirdyButton_pressed(): birdy_spring_xt = Vector2.ONE * 4 BirdyTimer.one_shot = true BirdyTimer.start(birdy_duration) + else: + BirdyTimer.stop() + birdy_spring_xt = Vector2.ONE func _on_DigButton_pressed():