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:
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},
|
||||
"type": "toggleButton",
|
||||
"image": "sysopchk.def"
|
||||
"image": "lobby/checkbox"
|
||||
},
|
||||
{
|
||||
"name": "labelSimturnsAI",
|
||||
|
Loading…
Reference in New Issue
Block a user