mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Adjust artifacts positions
This commit is contained in:
@@ -485,7 +485,7 @@ CStackWindow::CommanderMainSection::CommanderMainSection(CStackWindow * owner, i
|
|||||||
|
|
||||||
auto getArtifactPos = [](int index)
|
auto getArtifactPos = [](int index)
|
||||||
{
|
{
|
||||||
return Point(269 + 47 * (index % 3), 22 + 47 * (index / 3));
|
return Point(269 + 52 * (index % 3), 22 + 52 * (index / 3));
|
||||||
};
|
};
|
||||||
|
|
||||||
for(auto equippedArtifact : parent->info->commander->artifactsWorn)
|
for(auto equippedArtifact : parent->info->commander->artifactsWorn)
|
||||||
|
|||||||
Reference in New Issue
Block a user