From 76540bd9605c41776d23a9c1bad891bb9a4323ec Mon Sep 17 00:00:00 2001 From: Ivan Savenko Date: Wed, 11 Jan 2023 13:27:43 +0200 Subject: [PATCH] Fix tactics buttons positioning --- config/widgets/battleWindow.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/widgets/battleWindow.json b/config/widgets/battleWindow.json index b83b2e850..21261f32e 100644 --- a/config/widgets/battleWindow.json +++ b/config/widgets/battleWindow.json @@ -115,7 +115,7 @@ { "type": "button", "name": "tacticNext", - "position": {"x": 213, "y": 4}, + "position": {"x": 213, "y": 560}, "image": "icm011", "callback": "tacticNext", "hotkey": "space" @@ -124,7 +124,7 @@ { "type": "button", "name": "tacticEnd", - "position": {"x": 419, "y": 4}, + "position": {"x": 419, "y": 560}, "image": "icm012", "callback": "tacticEnd", "hotkey": "enter"