补充操控大师进化强化及其Hold减速效果

This commit is contained in:
2026-04-25 16:04:37 +08:00
parent 3f0b0406a2
commit 92e5fe2492
4 changed files with 56 additions and 1 deletions
+8
View File
@@ -175,6 +175,14 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
shouldRefresh = true;
}
if (currentMode == MODE_ROGUE && rogueStats.holdSlowTicks > 0)
{
rogueStats.holdSlowTicks--;
currentFallInterval = GetRogueFallInterval();
ResetGameTimer(hWnd);
shouldRefresh = true;
}
if (currentScreen == SCREEN_PLAYING &&
!suspendFlag &&
!gameOverFlag)