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

@@ -14,7 +14,7 @@ namespace BaseGames.Player.States
Move?.ZeroHorizontalVelocity();
// 落地时重置空中能力计数器及抓墙记录
Owner.ResetAirJumps();
Owner.GetState<DashState>()?.ResetAirDash();
Owner.GetState<DashState>()?.ResetDashCharge();
Owner.GetState<WallSlideState>()?.ResetWallGrab();
Owner.SetPostWallJump(false);
}