添加看视频复活
This commit is contained in:
@@ -1663,7 +1663,14 @@ void TDrawScreen(HDC hdc, HWND hWnd)
|
||||
{
|
||||
DrawText(hdc, _T("战局崩塌"), -1, &titleRect, DT_CENTER | DT_VCENTER | DT_SINGLELINE);
|
||||
SelectObject(hdc, bodyFont);
|
||||
DrawText(hdc, _T("按 R 重新挑战\r\n或按 M 返回菜单"), -1, &tipRect, DT_CENTER | DT_VCENTER | DT_WORDBREAK);
|
||||
DrawText(
|
||||
hdc,
|
||||
reviveAvailable
|
||||
? _T("按 V 看视频复活(仅一次)\r\n按 R 重新挑战 或按 M 返回菜单")
|
||||
: _T("按 R 重新挑战\r\n或按 M 返回菜单"),
|
||||
-1,
|
||||
&tipRect,
|
||||
DT_CENTER | DT_VCENTER | DT_WORDBREAK);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user