mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-01 22:21:17 +00:00
health station
This commit is contained in:
parent
cc1fa2cdc6
commit
f7cbd7d171
8 changed files with 268 additions and 11 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue