From 6a42af27db5c72a44ea78c2b4e08a79267eb3031 Mon Sep 17 00:00:00 2001 From: Martin Felis Date: Sun, 18 Jul 2021 16:59:23 +0200 Subject: [PATCH] Tweaked birdy behaviour --- export_presets.cfg | 4 ++-- scenes/World.gd | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) 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():