mirror of
https://github.com/Steffo99/swear-jar.git
synced 2024-11-22 07:44:17 +00:00
?
This commit is contained in:
parent
e492e9ff43
commit
8b969aafb0
2 changed files with 2 additions and 2 deletions
|
@ -156,7 +156,7 @@ shape = SubResource("RectangleShape2D_31dtl")
|
||||||
|
|
||||||
[node name="Collector" parent="." node_paths=PackedStringArray("sound_absorb") instance=ExtResource("3_qehi7")]
|
[node name="Collector" parent="." node_paths=PackedStringArray("sound_absorb") instance=ExtResource("3_qehi7")]
|
||||||
z_index = 2
|
z_index = 2
|
||||||
collecting_types = Array[StringName]([&"Gold"])
|
collecting_types = Array[StringName]([&"Gold", &"Gem"])
|
||||||
sound_absorb = NodePath("../SoundAbsorb")
|
sound_absorb = NodePath("../SoundAbsorb")
|
||||||
collecting_amount = 10
|
collecting_amount = 10
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@ texture = ExtResource("3_6jejy")
|
||||||
shader = ExtResource("5_v6ppl")
|
shader = ExtResource("5_v6ppl")
|
||||||
|
|
||||||
[node name="Collectible" parent="." instance=ExtResource("4_idoeu")]
|
[node name="Collectible" parent="." instance=ExtResource("4_idoeu")]
|
||||||
type = &"Silver"
|
type = &"Gem"
|
||||||
|
|
||||||
[node name="Valuable" parent="." instance=ExtResource("5_7bd6c")]
|
[node name="Valuable" parent="." instance=ExtResource("5_7bd6c")]
|
||||||
value = 10
|
value = 10
|
||||||
|
|
Loading…
Reference in a new issue