mirror of
https://github.com/vcmi/vcmi.git
synced 2025-10-08 23:22:25 +02:00
Merge pull request #6200 from Laserlicht/black_tactic
fix black tactic bar
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
{
|
||||
"items":
|
||||
[
|
||||
{
|
||||
// fix transparent gap between content and border
|
||||
"type": "transparentFilledRectangle",
|
||||
"rect": {"x": 0, "y": 555, "w": 801, "h": 46},
|
||||
"color": [0, 0, 0, 255]
|
||||
},
|
||||
{
|
||||
"type": "picture",
|
||||
"name": "menuTactics",
|
||||
@@ -8,12 +14,6 @@
|
||||
"position": {"x": 0, "y": 556},
|
||||
"image": "COPLACBR.bmp"
|
||||
},
|
||||
{
|
||||
// fix transparent gap between content and border
|
||||
"type": "transparentFilledRectangle",
|
||||
"rect": {"x": 0, "y": 555, "w": 801, "h": 46},
|
||||
"color": [0, 0, 0, 255]
|
||||
},
|
||||
{
|
||||
"type": "picture",
|
||||
"name": "menuBattle",
|
||||
|
Reference in New Issue
Block a user