health station

This commit is contained in:
MaddoScientisto 2025-02-19 23:40:31 +01:00
commit f7cbd7d171
8 changed files with 268 additions and 11 deletions

View file

@ -29,15 +29,16 @@ position = Vector2(0, -9)
sprite_frames = ExtResource("2_k58t7")
animation = &"Teleporting"
[node name="Particles" type="GPUParticles2D" parent="."]
emitting = false
amount = 50
process_material = SubResource("ParticleProcessMaterial_we5sc")
lifetime = 0.8
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
sprite_frames = ExtResource("2_k58t7")
animation = &"Default"
frame_progress = 0.462812
[node name="Particles" type="GPUParticles2D" parent="."]
z_index = 2
emitting = false
amount = 50
process_material = SubResource("ParticleProcessMaterial_we5sc")
lifetime = 0.8
[connection signal="body_entered" from="." to="." method="_on_body_entered"]