v12 全量评审:修复 TD-18(RunState 物理双重施速)+ 编写 v12 评审文档

This commit is contained in:
2026-05-12 16:45:37 +08:00
parent 1135139bc6
commit 984a738478
2 changed files with 315 additions and 2 deletions

View File

@@ -30,8 +30,6 @@ namespace BaseGames.Player.States
_owner.TransitionTo(_owner.GetState<IdleState>());
return;
}
Move.Move(Input.MoveInput.x * Cfg.RunSpeed);
}
public override void OnStateFixedUpdate()