1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-12 02:28:11 +02:00

Added custom-made blue version of checkbox

This commit is contained in:
Ivan Savenko 2023-11-10 16:09:41 +02:00
parent e160b8557b
commit 7391f2a6ee
6 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,8 @@
{
"basepath" : "lobby/",
"images" :
[
{ "frame" : 0, "file" : "checkboxBlueOff.png"},
{ "frame" : 1, "file" : "checkboxBlueOn.png"}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 485 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 400 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 522 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 374 B

View File

@ -250,7 +250,7 @@
{
"position": {"x": 70, "y": 535},
"type": "toggleButton",
"image": "sysopchk.def"
"image": "lobby/checkbox"
},
{
"name": "labelSimturnsAI",