Browse Source

fix black tactic bar

Laserlicht 2 weeks ago
parent
commit
b6086fed83
1 changed files with 6 additions and 6 deletions
  1. 6 6
      config/widgets/battleWindow2.json

+ 6 - 6
config/widgets/battleWindow2.json

@@ -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",