地图初步
This commit is contained in:
@@ -157,8 +157,8 @@ namespace Cielonos.MainGame.Characters.Inventory
|
||||
{
|
||||
if (autoRotate)
|
||||
{
|
||||
float angleLimit = player.viewSc.lockTargetModule.isLocking ? 240 : 150;
|
||||
player.landMovementSc.SmartTurnToTarget(target, angleLimit);
|
||||
//float angleLimit = player.viewSc.lockTargetModule.isLocking ? 240 : 150;
|
||||
player.landMovementSc.SmartTurnToTarget(target);
|
||||
}
|
||||
|
||||
if (keepAdsorption)
|
||||
|
||||
Reference in New Issue
Block a user