Added AbstractProjectile

This commit is contained in:
2025-10-24 16:59:56 +03:00
parent f46630499c
commit 991adde0ac
7 changed files with 15 additions and 9 deletions
@@ -16,7 +16,7 @@ func _ready() -> void:
_calculate_delay()
func _process(delta: float) -> void:
func _physics_process(delta: float) -> void:
if _cooldown > 0:
_cooldown -= delta