item pickup work

added extra stop before player eats the item so you can see what you've gathered
This commit is contained in:
derek
2024-10-01 17:02:40 -05:00
parent f581d6f668
commit 3a450169c0
8 changed files with 56 additions and 8 deletions

View File

@@ -85,3 +85,7 @@ skeleton = NodePath("")
stream = ExtResource("2_2ks2g")
attenuation_model = 1
autoplay = true
[node name="Timer" type="Timer" parent="."]
[connection signal="timeout" from="Timer" to="." method="_on_timer_timeout"]