mirror of
https://github.com/Steffo99/swear-jar.git
synced 2024-11-22 07:44:17 +00:00
Remove more buggy _on_done
signals
This commit is contained in:
parent
e9cb3f79d5
commit
3e97579a4e
2 changed files with 0 additions and 3 deletions
|
@ -35,5 +35,3 @@ value = 10000
|
||||||
script = ExtResource("5_g8xmh")
|
script = ExtResource("5_g8xmh")
|
||||||
min_value = 9000
|
min_value = 9000
|
||||||
max_value = 16000
|
max_value = 16000
|
||||||
|
|
||||||
[connection signal="collected" from="Collectible" to="Collectible" method="_on_done" flags=18]
|
|
||||||
|
|
|
@ -50,4 +50,3 @@ one_shot = true
|
||||||
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|
||||||
[connection signal="body_exited" from="." to="." method="_on_body_exited"]
|
[connection signal="body_exited" from="." to="." method="_on_body_exited"]
|
||||||
[connection signal="sleeping_state_changed" from="." to="." method="_on_sleeping_state_changed"]
|
[connection signal="sleeping_state_changed" from="." to="." method="_on_sleeping_state_changed"]
|
||||||
[connection signal="collected" from="Collectible" to="Collectible" method="_on_done"]
|
|
||||||
|
|
Loading…
Reference in a new issue