mirror of
https://github.com/Steffo99/swear-jar.git
synced 2024-11-25 00:54:19 +00:00
Use signal from inner scene for Collectible
in various entities
This commit is contained in:
parent
9245a015dd
commit
fa2601229e
4 changed files with 0 additions and 8 deletions
|
@ -28,5 +28,3 @@ texture = ExtResource("2_ok4kf")
|
||||||
type = &"Coal"
|
type = &"Coal"
|
||||||
|
|
||||||
[node name="Valuable" parent="." instance=ExtResource("5_3e4d8")]
|
[node name="Valuable" parent="." instance=ExtResource("5_3e4d8")]
|
||||||
|
|
||||||
[connection signal="collected" from="Collectible" to="Collectible" method="_on_done" flags=18]
|
|
||||||
|
|
|
@ -38,5 +38,3 @@ type = &"Gold"
|
||||||
|
|
||||||
[node name="Valuable" parent="." instance=ExtResource("5_palpv")]
|
[node name="Valuable" parent="." instance=ExtResource("5_palpv")]
|
||||||
value = 100
|
value = 100
|
||||||
|
|
||||||
[connection signal="collected" from="Collectible" to="Collectible" method="_on_done"]
|
|
||||||
|
|
|
@ -42,5 +42,3 @@ value = 10
|
||||||
|
|
||||||
[node name="SoundWorking" type="AudioStreamPlayer" parent="."]
|
[node name="SoundWorking" type="AudioStreamPlayer" parent="."]
|
||||||
stream = ExtResource("6_tmdfg")
|
stream = ExtResource("6_tmdfg")
|
||||||
|
|
||||||
[connection signal="collected" from="Collectible" to="Collectible" method="_on_done"]
|
|
||||||
|
|
|
@ -48,5 +48,3 @@ max_value = 1300
|
||||||
|
|
||||||
[node name="SoundWorking" type="AudioStreamPlayer" parent="."]
|
[node name="SoundWorking" type="AudioStreamPlayer" parent="."]
|
||||||
stream = ExtResource("6_svrnw")
|
stream = ExtResource("6_svrnw")
|
||||||
|
|
||||||
[connection signal="collected" from="Collectible" to="Collectible" method="_on_done" flags=18]
|
|
||||||
|
|
Loading…
Reference in a new issue