survivors: homing projectiles now continuously try to find a new target after their initial has died

This commit is contained in:
Sheldan
2025-08-30 20:31:22 +02:00
parent b591fc2dee
commit 1124e62bb7
3 changed files with 35 additions and 7 deletions

View File

@@ -125,10 +125,7 @@ docReady(function () {
player.addWeapon(HomingPistol.generateHomingPistol(world))
hud = new HUD(world);
requestAnimationFrame(updateCanvas);
})