소스 검색

Add fix for similarly swapped portraits of Wights and Wraiths

Ivan Savenko 11 달 전
부모
커밋
1b9c6b1763
2개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      Mods/vcmi/Content/Sprites/cprsmall.json
  2. 1 0
      Mods/vcmi/Content/Sprites/spells.json

+ 8 - 0
Mods/vcmi/Content/Sprites/cprsmall.json

@@ -0,0 +1,8 @@
+{
+	"images" :
+	[
+		// Fix for swapped in H3 icons of Wight and Wraith
+		{ "frame" : 62, "defFile" : "cprsmall.def", "defFrame" : 63},
+		{ "frame" : 63, "defFile" : "cprsmall.def", "defFrame" : 62}
+	]
+}

+ 1 - 0
Mods/vcmi/Content/Sprites/spells.json

@@ -1,6 +1,7 @@
 {
 	"images" :
 	[
+		// Fix for swapped in H3 icons of View Earth and View Air
 		{ "frame" : 3, "defFile" : "spells.def", "defFrame" : 5},
 		{ "frame" : 5, "defFile" : "spells.def", "defFrame" : 3}
 	]