接入狂热模式与暴走堆叠进化路线

This commit is contained in:
2026-04-25 12:59:39 +08:00
parent 77e5d01ef0
commit d740022123
4 changed files with 139 additions and 3 deletions
+12
View File
@@ -155,6 +155,18 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
shouldRefresh = true;
}
if (currentMode == MODE_ROGUE && rogueStats.feverTicks > 0)
{
rogueStats.feverTicks--;
currentFallInterval = 500 + rogueStats.slowFallStacks * 80;
if (rogueStats.feverTicks > 0)
{
currentFallInterval += 120;
}
ResetGameTimer(hWnd);
shouldRefresh = true;
}
if (currentScreen == SCREEN_PLAYING &&
!suspendFlag &&
!gameOverFlag)