mirror of
https://github.com/vcmi/vcmi.git
synced 2025-02-03 13:01:33 +02:00
Uploaded recreated stack queue backgrounds
This commit is contained in:
parent
52da593292
commit
9f5704f8ba
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)
|
||||
{
|
||||
OBJ_CONSTRUCTION_CAPTURING_ALL;
|
||||
bg = new CPicture(small ? "StackQueueBgSmall" : "StackQueueBgBig" );
|
||||
bg = new CPicture(small ? "StackQueueSmall" : "StackQueueLarge" );
|
||||
|
||||
if (small)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user