Skip to content

Commit

Permalink
Last icon adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
zenseii committed Jan 23, 2025
1 parent abed80a commit 9c6baf7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/fheroes2/agg/agg_image.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3330,8 +3330,9 @@ namespace
fheroes2::SetPixel( undoImage, 18, 12, mainColor );
drawImageOnButton( undoImage, 39, 29, _icnVsSprite[id][41], _icnVsSprite[id][42] );
drawImageOnButton( fheroes2::Flip( undoImage, true, false ), 39, 29, _icnVsSprite[id][43], _icnVsSprite[id][44] );
// Fix shadow pixel
// Fix shadow pixels
fheroes2::SetPixel( _icnVsSprite[id][43], 28, 12, 42 );
fheroes2::SetPixel( _icnVsSprite[id][43], 17, 18, 47 );
// Add aliasing
fheroes2::SetPixel( _icnVsSprite[id][41], 33, 20, 52 );
fheroes2::DrawLine( _icnVsSprite[id][41], { 34, 21 }, { 34, 22 }, 52 );
Expand Down

0 comments on commit 9c6baf7

Please sign in to comment.