This commit is contained in:
2026-05-19 13:38:39 +08:00
parent f1fc356d99
commit 15df36659a
8 changed files with 19 additions and 20 deletions

View File

@@ -13,7 +13,7 @@ namespace BaseGames.Player.States
Anim.Play(AnimCfg.Run);
// 落地时重置空中能力计数器及抓墙记录(水平落地直接进入 RunState 时)
Owner.ResetAirJumps();
Owner.GetState<DashState>()?.ResetAirDash();
Owner.GetState<DashState>()?.ResetDashCharge();
Owner.GetState<WallSlideState>()?.ResetWallGrab();
Owner.SetPostWallJump(false);
}