加入帮助页轮播框架未完善(实则一坨)
This commit is contained in:
@@ -658,17 +658,19 @@ void TDrawScreen(HDC hdc, HWND hWnd)
|
||||
|
||||
if (helpState.currentPage == 0)
|
||||
{
|
||||
const TCHAR* optionTitles[3] =
|
||||
const TCHAR* optionTitles[4] =
|
||||
{
|
||||
_T("\u6e38\u620f\u4ecb\u7ecd"),
|
||||
_T("\u64cd\u4f5c\u8bf4\u660e"),
|
||||
_T("\u5f3a\u5316\u56fe\u9274")
|
||||
_T("\u5f3a\u5316\u56fe\u9274"),
|
||||
_T("\u6280\u80fd\u6f14\u793a")
|
||||
};
|
||||
const TCHAR* optionDetails[3] =
|
||||
const TCHAR* optionDetails[4] =
|
||||
{
|
||||
_T("\u7ecf\u5178\u6a21\u5f0f\u3001Rogue \u6a21\u5f0f\u548c\u590d\u6d3b\u89c4\u5219\u6982\u89c8\u3002"),
|
||||
_T("\u79fb\u52a8\u3001\u65cb\u8f6c\u3001\u786c\u964d\u3001Hold \u4e0e\u6280\u80fd\u5feb\u6377\u952e\u3002"),
|
||||
_T("\u67e5\u770b Rogue \u6a21\u5f0f\u5168\u90e8\u5f3a\u5316\u7684\u7b80\u8981\u6548\u679c\u3002")
|
||||
_T("\u67e5\u770b Rogue \u6a21\u5f0f\u5168\u90e8\u5f3a\u5316\u7684\u7b80\u8981\u6548\u679c\u3002"),
|
||||
_T("\u8fdb\u5165\u81ea\u52a8\u8f6e\u64ad\u6f14\u793a\uff0c\u4f9d\u6b21\u5c55\u793a Rogue \u4e3b\u8981\u6280\u80fd\u548c\u68cb\u76d8\u6548\u679c\u3002")
|
||||
};
|
||||
|
||||
int optionHeight = SS(100);
|
||||
|
||||
Reference in New Issue
Block a user