Erwan
- Deck description for one more Deck
This commit is contained in:
@@ -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
|
#Blue Deck, with Persusasion
|
||||||
#28 Islands
|
#28 Islands
|
||||||
176428
|
176428
|
||||||
|
|||||||
@@ -1,8 +1,10 @@
|
|||||||
#NAME:Rats!
|
#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 bit the babies in the cradles,
|
||||||
#DESC:And ate the cheeses out of the vats
|
#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:Split open the kegs of salted sprats,
|
||||||
#DESC:Made nests inside men's Sunday hats,
|
#DESC:Made nests inside men's Sunday hats,
|
||||||
#DESC:And even spoiled the women's chats,
|
#DESC:And even spoiled the women's chats,
|
||||||
|
|||||||
@@ -135,7 +135,7 @@ void SimpleMenu::Render(){
|
|||||||
if ((static_cast<SimpleMenuItem*>(mObjects[i]))->mY - LINE_HEIGHT * startId < mY + height - LINE_HEIGHT + 7)
|
if ((static_cast<SimpleMenuItem*>(mObjects[i]))->mY - LINE_HEIGHT * startId < mY + height - LINE_HEIGHT + 7)
|
||||||
{
|
{
|
||||||
if (static_cast<SimpleMenuItem*>(mObjects[i])->hasFocus()){
|
if (static_cast<SimpleMenuItem*>(mObjects[i])->hasFocus()){
|
||||||
GameApp::CommonRes->GetJLBFont(Constants::MAIN_FONT)->DrawString(static_cast<SimpleMenuItem*>(mObjects[i])->desc.c_str(),mX+mWidth+20,mY+15);
|
GameApp::CommonRes->GetJLBFont(Constants::MAIN_FONT)->DrawString(static_cast<SimpleMenuItem*>(mObjects[i])->desc.c_str(),mX+mWidth+10,mY+15);
|
||||||
mFont->SetColor(ARGB(255,255,255,0));
|
mFont->SetColor(ARGB(255,255,255,0));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user