Add hitboxes to other enemies, move enemy database to floor level, normalize strafing input to avoid extra speed gained by moving and strafing

This commit is contained in:
2025-02-07 03:11:32 -08:00
parent b8e5794d48
commit 1f9c05c0a7
26 changed files with 97 additions and 106 deletions

View File

@@ -56,6 +56,7 @@ public partial class Boss : CharacterBody3D, IBoss, IProvide<IBossLogic>
{
BossLogic = new BossLogic();
BossLogic.Set(this as IBoss);
BossLogic.Set(Player);
SetPhysicsProcess(false);
Hide();