minor fixes
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 26s
Create tag and build when new code gets to main / Export (push) Successful in 8m50s

This commit is contained in:
2026-04-22 09:47:15 +02:00
parent 99ed6375a2
commit f5e47e9f5e
2 changed files with 15 additions and 10 deletions

View File

@@ -2318,13 +2318,13 @@ public partial class PlayerController : CharacterBody3D,
// Manage gameplay systems
MantleSystem.ProcessMantle(_grounded.Active);
HandleEnemyTargeting();
// Manage head and camera movement
LookAround(delta);
}
// private float _oldMana = 100;
public override void _Process(double delta)
{
// Manage head and camera movement
LookAround(delta);
EffectsManager.UpdateEffects(delta);
}