mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-01 18:21:17 +00:00
working spder bomb
This commit is contained in:
parent
6125565d8c
commit
f1f40a91dd
17 changed files with 400 additions and 105 deletions
|
|
@ -264,6 +264,7 @@ shape = SubResource("CircleShape2D_e6woi")
|
|||
debug_color = Color(1, 0.00817797, 0.0443347, 0.42)
|
||||
|
||||
[node name="Weapon" parent="." node_paths=PackedStringArray("Muzzle") instance=ExtResource("9_wblq0")]
|
||||
scale = Vector2(1.38995, 1.96064)
|
||||
WeaponData = ExtResource("9_84o8f")
|
||||
BulletScene = ExtResource("2_ov36d")
|
||||
Muzzle = NodePath("../Muzzle")
|
||||
|
|
@ -281,9 +282,9 @@ MaxResource = 25.0
|
|||
[node name="ShieldParticles" type="GPUParticles2D" parent="."]
|
||||
emitting = false
|
||||
amount = 32
|
||||
process_material = SubResource("ParticleProcessMaterial_hmqi5")
|
||||
lifetime = 0.4
|
||||
one_shot = true
|
||||
process_material = SubResource("ParticleProcessMaterial_hmqi5")
|
||||
|
||||
[connection signal="area_entered" from="InteractionController" to="." method="_on_interaction_controller_area_entered"]
|
||||
[connection signal="area_exited" from="InteractionController" to="." method="_on_interaction_controller_area_exited"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue