瀏覽代碼

New buttons graphics, add info about ESC key to battle intro option

Dydzio 2 年之前
父節點
當前提交
1d37f8a62e

二進制
Mods/vcmi/Sprites/buttons/quadwide-normal-selected.png


二進制
Mods/vcmi/Sprites/buttons/quadwide-pressed-selected.png


+ 3 - 1
Mods/vcmi/Sprites/buttons/quadwide.json

@@ -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"},
 	]
 }

二進制
Mods/vcmi/Sprites/buttons/square-normal-selected.png


二進制
Mods/vcmi/Sprites/buttons/square-normal.png


二進制
Mods/vcmi/Sprites/buttons/square-pressed-selected.png


二進制
Mods/vcmi/Sprites/buttons/square-pressed.png


+ 3 - 1
Mods/vcmi/Sprites/buttons/square.json

@@ -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"}
 	]
 }

二進制
Mods/vcmi/Sprites/buttons/triplewide-normal-selected.png


二進制
Mods/vcmi/Sprites/buttons/triplewide-pressed-selected.png


+ 3 - 1
Mods/vcmi/Sprites/buttons/triplewide.json

@@ -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"}
 	]
 }

+ 1 - 1
Mods/vcmi/config/vcmi/english.json

@@ -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).",