mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
Fix tactics buttons positioning
This commit is contained in:
parent
9b77215b23
commit
76540bd960
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user