New buttons graphics, add info about ESC key to battle intro option
BIN
Mods/vcmi/Sprites/buttons/quadwide-normal-selected.png
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
Mods/vcmi/Sprites/buttons/quadwide-pressed-selected.png
Normal file
After Width: | Height: | Size: 5.3 KiB |
@@ -3,6 +3,8 @@
|
||||
"images" :
|
||||
[
|
||||
{ "frame" : 0, "file" : "quadwide-normal.png"},
|
||||
{ "frame" : 1, "file" : "quadwide-pressed.png"}
|
||||
{ "frame" : 1, "file" : "quadwide-pressed-selected.png"},
|
||||
{ "frame" : 2, "file" : "quadwide-pressed.png"},
|
||||
{ "frame" : 3, "file" : "quadwide-normal-selected.png"},
|
||||
]
|
||||
}
|
||||
|
BIN
Mods/vcmi/Sprites/buttons/square-normal-selected.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 7.0 KiB |
BIN
Mods/vcmi/Sprites/buttons/square-pressed-selected.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.3 KiB |
@@ -3,6 +3,8 @@
|
||||
"images" :
|
||||
[
|
||||
{ "frame" : 0, "file" : "square-normal.png"},
|
||||
{ "frame" : 1, "file" : "square-pressed.png"}
|
||||
{ "frame" : 1, "file" : "square-pressed-selected.png"}
|
||||
{ "frame" : 2, "file" : "square-pressed.png"},
|
||||
{ "frame" : 3, "file" : "square-normal-selected.png"}
|
||||
]
|
||||
}
|
||||
|
BIN
Mods/vcmi/Sprites/buttons/triplewide-normal-selected.png
Normal file
After Width: | Height: | Size: 4.3 KiB |
BIN
Mods/vcmi/Sprites/buttons/triplewide-pressed-selected.png
Normal file
After Width: | Height: | Size: 4.0 KiB |
@@ -3,6 +3,8 @@
|
||||
"images" :
|
||||
[
|
||||
{ "frame" : 0, "file" : "triplewide-normal.png"},
|
||||
{ "frame" : 1, "file" : "triplewide-pressed.png"}
|
||||
{ "frame" : 1, "file" : "triplewide-pressed-selected.png"}
|
||||
{ "frame" : 2, "file" : "triplewide-pressed.png"}
|
||||
{ "frame" : 3, "file" : "triplewide-normal-selected.png"}
|
||||
]
|
||||
}
|
||||
|
@@ -72,7 +72,7 @@
|
||||
"vcmi.battleOptions.animationsSpeed6.hover": "6",
|
||||
"vcmi.battleOptions.animationsSpeed6.help": "Sets animation speed to extremely fast",
|
||||
"vcmi.battleOptions.skipBattleIntroMusic.hover": "Skip intro music",
|
||||
"vcmi.battleOptions.skipBattleIntroMusic.help": "{Skip intro music}\n\n Skip short music that plays at beginning of each battle before action starts.",
|
||||
"vcmi.battleOptions.skipBattleIntroMusic.help": "{Skip intro music}\n\n Skip short music that plays at beginning of each battle before action starts. Can also be skipped by pressing ESC key.",
|
||||
|
||||
"vcmi.otherOptions.availableCreaturesAsDwellingLabel.hover" : "Show available creatures in town summary",
|
||||
"vcmi.otherOptions.availableCreaturesAsDwellingLabel.help" : "{Show available creatures in town summary}\n\n Shows creatures available to purchase instead of their growth in town summary (bottom-left corner).",
|
||||
|