mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
Added artifact description
This commit is contained in:
parent
a819c3fc29
commit
3671079754
@ -619,6 +619,7 @@ CStackWindow::MainSection::MainSection(CStackWindow * owner, int yOffset, bool s
|
|||||||
parent->stackArtifactIcon = std::make_shared<CAnimImage>(AnimationPath::builtin("ARTIFACT"), art->artType->getIconIndex(), 0, pos.x, pos.y);
|
parent->stackArtifactIcon = std::make_shared<CAnimImage>(AnimationPath::builtin("ARTIFACT"), art->artType->getIconIndex(), 0, pos.x, pos.y);
|
||||||
parent->stackArtifactHelp = std::make_shared<LRClickableAreaWTextComp>(Rect(pos, Point(44, 44)), ComponentType::ARTIFACT);
|
parent->stackArtifactHelp = std::make_shared<LRClickableAreaWTextComp>(Rect(pos, Point(44, 44)), ComponentType::ARTIFACT);
|
||||||
parent->stackArtifactHelp->component.subType = art->artType->getId();
|
parent->stackArtifactHelp->component.subType = art->artType->getId();
|
||||||
|
parent->stackArtifactHelp->text = art->getDescription();
|
||||||
|
|
||||||
if(parent->info->owner)
|
if(parent->info->owner)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user