1
Fork 0
mirror of https://github.com/Steffo99/swear-jar.git synced 2024-10-16 22:37:26 +00:00

Use signal from inner scene for Collectible in various entities

This commit is contained in:
Steffo 2023-10-03 01:58:01 +02:00
parent 9245a015dd
commit fa2601229e
Signed by: steffo
GPG key ID: 2A24051445686895
4 changed files with 0 additions and 8 deletions

View file

@ -28,5 +28,3 @@ texture = ExtResource("2_ok4kf")
type = &"Coal"
[node name="Valuable" parent="." instance=ExtResource("5_3e4d8")]
[connection signal="collected" from="Collectible" to="Collectible" method="_on_done" flags=18]

View file

@ -38,5 +38,3 @@ type = &"Gold"
[node name="Valuable" parent="." instance=ExtResource("5_palpv")]
value = 100
[connection signal="collected" from="Collectible" to="Collectible" method="_on_done"]

View file

@ -42,5 +42,3 @@ value = 10
[node name="SoundWorking" type="AudioStreamPlayer" parent="."]
stream = ExtResource("6_tmdfg")
[connection signal="collected" from="Collectible" to="Collectible" method="_on_done"]

View file

@ -48,5 +48,3 @@ max_value = 1300
[node name="SoundWorking" type="AudioStreamPlayer" parent="."]
stream = ExtResource("6_svrnw")
[connection signal="collected" from="Collectible" to="Collectible" method="_on_done" flags=18]