This commit is contained in:
SoulliesOfficial
2025-12-17 04:19:38 -05:00
parent 7c1cb7e8e1
commit d15957c719
4315 changed files with 8260710 additions and 2940 deletions

View File

@@ -67,7 +67,7 @@ namespace Cielonos.MainGame.Characters
obstructionLayer = LayerMask.GetMask("FadableEnvironment");
targetCamera = owner.playerCamera;
playerHead = owner.player.bodyPartsSc.head;
playerCenter = owner.player.bodyPartsSc.centerPoint;
playerCenter = owner.player.bodyPartsSc.flexibleCenterPoint;
playerFeet = owner.player.bodyPartsSc.footPoint;
}