Added player hull saving. Multiple fixes

This commit is contained in:
2025-12-13 22:42:40 +03:00
parent ab607c9e86
commit abb680ed53
11 changed files with 83 additions and 41 deletions
@@ -4,7 +4,7 @@
[sub_resource type="CircleShape2D" id="CircleShape2D_4b2nh"]
[node name="AbstrastProjectile" type="Area2D"]
[node name="AbstrastProjectile" type="Area2D" groups=["projectiles"]]
z_index = 1
script = ExtResource("1_4b2nh")
@@ -160,7 +160,7 @@ fixed_fps = 10
process_material = SubResource("ParticleProcessMaterial_ifsj2")
[node name="CooldownTimer" type="Timer" parent="." index="2"]
wait_time = 1.3
wait_time = 2.0
one_shot = true
[connection signal="timeout" from="CooldownTimer" to="." method="_on_cooldown_timer_timeout"]