From 2eb67d432c331d3fa7d698683f695b04fc8ad34d Mon Sep 17 00:00:00 2001 From: "wagic.the.homebrew@gmail.com" Date: Sun, 31 May 2009 11:37:38 +0000 Subject: [PATCH] Erwan - Deck description for one more Deck --- projects/mtg/bin/Res/ai/baka/deck14.txt | 9 +++++++++ projects/mtg/bin/Res/ai/baka/deck15.txt | 6 ++++-- projects/mtg/src/SimpleMenu.cpp | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/projects/mtg/bin/Res/ai/baka/deck14.txt b/projects/mtg/bin/Res/ai/baka/deck14.txt index 5a82d5bb8..46407aa03 100644 --- a/projects/mtg/bin/Res/ai/baka/deck14.txt +++ b/projects/mtg/bin/Res/ai/baka/deck14.txt @@ -1,3 +1,12 @@ +#NAME:Deep Blue +#DESC:Are you sure you want +#DESC:to put that 8/8 into play? +#DESC: +#DESC:You realize it might end up +#DESC:fighting against you, right? +#DESC: +#DESC:It's not like I did not warn +#DESC:you with that Boomerang. #Blue Deck, with Persusasion #28 Islands 176428 diff --git a/projects/mtg/bin/Res/ai/baka/deck15.txt b/projects/mtg/bin/Res/ai/baka/deck15.txt index e90f48851..c93916349 100644 --- a/projects/mtg/bin/Res/ai/baka/deck15.txt +++ b/projects/mtg/bin/Res/ai/baka/deck15.txt @@ -1,8 +1,10 @@ #NAME:Rats! -#DESC:"They fought the dogs, and killed the cats, +#DESC:"They fought the dogs, +#DESC: and killed the cats, #DESC:And bit the babies in the cradles, #DESC:And ate the cheeses out of the vats -#DESC:And licked the soup from the cook's own ladles, +#DESC:And licked the soup +#DESC: from the cook's own ladles, #DESC:Split open the kegs of salted sprats, #DESC:Made nests inside men's Sunday hats, #DESC:And even spoiled the women's chats, diff --git a/projects/mtg/src/SimpleMenu.cpp b/projects/mtg/src/SimpleMenu.cpp index dd3f92617..31e8ae27f 100644 --- a/projects/mtg/src/SimpleMenu.cpp +++ b/projects/mtg/src/SimpleMenu.cpp @@ -135,7 +135,7 @@ void SimpleMenu::Render(){ if ((static_cast(mObjects[i]))->mY - LINE_HEIGHT * startId < mY + height - LINE_HEIGHT + 7) { if (static_cast(mObjects[i])->hasFocus()){ - GameApp::CommonRes->GetJLBFont(Constants::MAIN_FONT)->DrawString(static_cast(mObjects[i])->desc.c_str(),mX+mWidth+20,mY+15); + GameApp::CommonRes->GetJLBFont(Constants::MAIN_FONT)->DrawString(static_cast(mObjects[i])->desc.c_str(),mX+mWidth+10,mY+15); mFont->SetColor(ARGB(255,255,255,0)); } else