Commit dfa4c804 authored by mercury233's avatar mercury233

fix

parent 78a1b480
......@@ -114,7 +114,7 @@ bool Game::Initialize() {
env->addStaticText(L"\u76EE\u524D\u6D4B\u8BD5\u7684\u5185\u5BB9\uFF1A\n\n\
\u7A97\u53E3\u7F29\u653E\u3002\n\
\u6295\u964D\u65F6\u786E\u8BA4\u3002\n\
\u6295\u964D\u65F6\u786E\u8BA4\u3002\n\
\u66F4\u6539\u5893\u5730\u7B49\u5904\u5361\u7247\u88AB\u9009\u4E3A\u5BF9\u8C61\u7684\u52A8\u753B\u3002\n\
\n\
\n\u5DF2\u77E5\u95EE\u9898\uFF1A\n\
......@@ -1646,6 +1646,7 @@ void Game::OnResize() {
wMessage->setRelativePosition(ResizeWin(490, 200, 840, 340));
wACMessage->setRelativePosition(ResizeWin(490, 240, 840, 300));
wQuery->setRelativePosition(ResizeWin(490, 200, 840, 340));
wSurrender->setRelativePosition(ResizeWin(490, 200, 840, 340));
wOptions->setRelativePosition(ResizeWin(490, 200, 840, 340));
wPosSelect->setRelativePosition(ResizeWin(340, 200, 935, 410));
wCardSelect->setRelativePosition(ResizeWin(320, 100, 1000, 400));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment