mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Uploaded recreated stack queue backgrounds
This commit is contained in:
BIN
Mods/vcmi/Data/StackQueueLarge.png
Normal file
BIN
Mods/vcmi/Data/StackQueueLarge.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
BIN
Mods/vcmi/Data/StackQueueSmall.png
Normal file
BIN
Mods/vcmi/Data/StackQueueSmall.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.0 KiB |
@@ -703,7 +703,7 @@ CStackQueue::StackBox::StackBox(bool small):
|
|||||||
small(small)
|
small(small)
|
||||||
{
|
{
|
||||||
OBJ_CONSTRUCTION_CAPTURING_ALL;
|
OBJ_CONSTRUCTION_CAPTURING_ALL;
|
||||||
bg = new CPicture(small ? "StackQueueBgSmall" : "StackQueueBgBig" );
|
bg = new CPicture(small ? "StackQueueSmall" : "StackQueueLarge" );
|
||||||
|
|
||||||
if (small)
|
if (small)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user