Commit 0bf52fc6 authored by nanahira's avatar nanahira Committed by Momobako

adj

parent 4c14cf02
...@@ -1482,8 +1482,8 @@ void Game::ShowCardInfo(int code) { ...@@ -1482,8 +1482,8 @@ void Game::ShowCardInfo(int code) {
stDataInfo->setText(formatBuffer); stDataInfo->setText(formatBuffer);
//modded //modded
if ((cd.type & TYPE_LINK) && (cd.level == 8)) { if ((cd.type & TYPE_LINK) && (cd.level == 8)) {
stDataInfo->setRelativePosition(rect<s32>(30, 60, 296, 83)); stDataInfo->setRelativePosition(rect<s32>(15, 60, 296, 98));
stSetName->setRelativePosition(rect<s32>(15, 98, 296, 106)); stSetName->setRelativePosition(rect<s32>(15, 98, 296, 121));
stText->setRelativePosition(rect<s32>(15, 98 + offset, 287, 324)); stText->setRelativePosition(rect<s32>(15, 98 + offset, 287, 324));
scrCardText->setRelativePosition(rect<s32>(267, 98 + offset, 287, 324)); scrCardText->setRelativePosition(rect<s32>(267, 98 + offset, 287, 324));
} else { } else {
......
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