调整文字遮挡
This commit is contained in:
@@ -2149,7 +2149,7 @@ void TDrawScreen(HDC hdc, HWND hWnd)
|
|||||||
{
|
{
|
||||||
cardRect.left + SS(20),
|
cardRect.left + SS(20),
|
||||||
cardRect.top + SS(18),
|
cardRect.top + SS(18),
|
||||||
cardRect.right - SS(96),
|
cardRect.right - SS(116),
|
||||||
cardRect.top + SS(44)
|
cardRect.top + SS(44)
|
||||||
};
|
};
|
||||||
DrawText(hdc, synthesisPath, -1, &synthesisRect, DT_LEFT | DT_VCENTER | DT_SINGLELINE);
|
DrawText(hdc, synthesisPath, -1, &synthesisRect, DT_LEFT | DT_VCENTER | DT_SINGLELINE);
|
||||||
|
|||||||
@@ -353,23 +353,23 @@ const TCHAR* GetUpgradeSynthesisPath(int upgradeId)
|
|||||||
switch (upgradeId)
|
switch (upgradeId)
|
||||||
{
|
{
|
||||||
case UPGRADE_CHAIN_BOMB:
|
case UPGRADE_CHAIN_BOMB:
|
||||||
return _T("\u5408\u6210\uff1a\u7206\u7834\u65b9\u5757 -> \u8fde\u73af\u70b8\u5f39");
|
return _T("\u7206\u7834\u65b9\u5757 -> \u8fde\u73af\u70b8\u5f39");
|
||||||
case UPGRADE_THUNDER_LASER:
|
case UPGRADE_THUNDER_LASER:
|
||||||
return _T("\u5408\u6210\uff1a\u96f7\u9706\u56db\u6d88 + \u6fc0\u5149\u65b9\u5757");
|
return _T("\u96f7\u9706\u56db\u6d88 + \u6fc0\u5149\u65b9\u5757");
|
||||||
case UPGRADE_INFINITE_FEVER:
|
case UPGRADE_INFINITE_FEVER:
|
||||||
return _T("\u5408\u6210\uff1a\u72c2\u70ed\u6a21\u5f0f + \u66b4\u8d70\u5806\u53e0");
|
return _T("\u72c2\u70ed\u6a21\u5f0f + \u66b4\u8d70\u5806\u53e0");
|
||||||
case UPGRADE_TERMINAL_CLEAR:
|
case UPGRADE_TERMINAL_CLEAR:
|
||||||
return _T("\u5408\u6210\uff1a\u6700\u540e\u4e00\u640f + \u6e05\u5c4f\u70b8\u5f39 + \u72c2\u70ed");
|
return _T("\u6700\u540e\u4e00\u640f + \u6e05\u5c4f\u70b8\u5f39 + \u72c2\u70ed");
|
||||||
case UPGRADE_DESTINY_WHEEL:
|
case UPGRADE_DESTINY_WHEEL:
|
||||||
return _T("\u5408\u6210\uff1a\u53cc\u91cd\u9009\u62e9 -> \u547d\u8fd0\u8f6e\u76d8");
|
return _T("\u53cc\u91cd\u9009\u62e9 -> \u547d\u8fd0\u8f6e\u76d8");
|
||||||
case UPGRADE_CONTROL_MASTER:
|
case UPGRADE_CONTROL_MASTER:
|
||||||
return _T("\u5408\u6210\uff1aHold \u89e3\u9501 + \u989d\u5916\u9884\u89c8");
|
return _T("Hold \u89e3\u9501 + \u989d\u5916\u9884\u89c8");
|
||||||
case UPGRADE_EXTREME_PLAYER:
|
case UPGRADE_EXTREME_PLAYER:
|
||||||
return _T("\u5408\u6210\uff1a\u9ad8\u538b\u5956\u52b1 + \u8d4c\u547d\u56db\u6d88");
|
return _T("\u9ad8\u538b\u5956\u52b1 + \u8d4c\u547d\u56db\u6d88");
|
||||||
case UPGRADE_EVOLUTION_IMPACT:
|
case UPGRADE_EVOLUTION_IMPACT:
|
||||||
return _T("\u5408\u6210\uff1a\u5347\u7ea7\u51b2\u51fb\u6ce2 + \u6210\u957f\u6838\u5fc3");
|
return _T("\u5347\u7ea7\u51b2\u51fb\u6ce2 + \u6210\u957f\u6838\u5fc3");
|
||||||
case UPGRADE_VOID_CORE:
|
case UPGRADE_VOID_CORE:
|
||||||
return _T("\u5408\u6210\uff1a\u9ed1\u6d1e + \u5f69\u8679\u65b9\u5757");
|
return _T("\u9ed1\u6d1e + \u5f69\u8679\u65b9\u5757");
|
||||||
default:
|
default:
|
||||||
return _T("");
|
return _T("");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user