Tweaked birdy behaviour
parent
a79ee05ca7
commit
6a42af27db
|
@ -230,9 +230,9 @@ platform="Linux/X11"
|
||||||
runnable=true
|
runnable=true
|
||||||
custom_features=""
|
custom_features=""
|
||||||
export_filter="all_resources"
|
export_filter="all_resources"
|
||||||
include_filter="thirdparty/gdhexgrid/HexGrid.gd"
|
include_filter="*"
|
||||||
exclude_filter=""
|
exclude_filter=""
|
||||||
export_path="export/linux/PirateTreasureRun.bin.x86_64"
|
export_path="export/linux/PirateTreasureRun.x86_64"
|
||||||
script_export_mode=1
|
script_export_mode=1
|
||||||
script_encryption_key=""
|
script_encryption_key=""
|
||||||
|
|
||||||
|
|
|
@ -545,6 +545,9 @@ func _on_BirdyButton_pressed():
|
||||||
birdy_spring_xt = Vector2.ONE * 4
|
birdy_spring_xt = Vector2.ONE * 4
|
||||||
BirdyTimer.one_shot = true
|
BirdyTimer.one_shot = true
|
||||||
BirdyTimer.start(birdy_duration)
|
BirdyTimer.start(birdy_duration)
|
||||||
|
else:
|
||||||
|
BirdyTimer.stop()
|
||||||
|
birdy_spring_xt = Vector2.ONE
|
||||||
|
|
||||||
|
|
||||||
func _on_DigButton_pressed():
|
func _on_DigButton_pressed():
|
||||||
|
|
Loading…
Reference in New Issue