mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-26 03:52:01 +02:00
Added custom-made blue version of checkbox
This commit is contained in:
parent
e160b8557b
commit
7391f2a6ee
8
Mods/vcmi/Sprites/lobby/checkbox.json
Normal file
8
Mods/vcmi/Sprites/lobby/checkbox.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"basepath" : "lobby/",
|
||||||
|
"images" :
|
||||||
|
[
|
||||||
|
{ "frame" : 0, "file" : "checkboxBlueOff.png"},
|
||||||
|
{ "frame" : 1, "file" : "checkboxBlueOn.png"}
|
||||||
|
]
|
||||||
|
}
|
BIN
Mods/vcmi/Sprites/lobby/checkboxBlueOff.png
Normal file
BIN
Mods/vcmi/Sprites/lobby/checkboxBlueOff.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 485 B |
BIN
Mods/vcmi/Sprites/lobby/checkboxBlueOn.png
Normal file
BIN
Mods/vcmi/Sprites/lobby/checkboxBlueOn.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 400 B |
BIN
Mods/vcmi/Sprites/lobby/checkboxOff.png
Normal file
BIN
Mods/vcmi/Sprites/lobby/checkboxOff.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 522 B |
BIN
Mods/vcmi/Sprites/lobby/checkboxOn.png
Normal file
BIN
Mods/vcmi/Sprites/lobby/checkboxOn.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 374 B |
@ -250,7 +250,7 @@
|
|||||||
{
|
{
|
||||||
"position": {"x": 70, "y": 535},
|
"position": {"x": 70, "y": 535},
|
||||||
"type": "toggleButton",
|
"type": "toggleButton",
|
||||||
"image": "sysopchk.def"
|
"image": "lobby/checkbox"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "labelSimturnsAI",
|
"name": "labelSimturnsAI",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user