Added projectile deletion

This commit is contained in:
2025-11-03 20:20:29 +03:00
parent b22f6c44dd
commit 832db6f531
10 changed files with 116 additions and 15 deletions
@@ -7,7 +7,3 @@ func _ready() -> void:
$Sprite2D.texture = texture
super._ready()
func _physics_process(delta: float) -> void:
move(delta)