mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-14 10:12:59 +02:00
Add fix for similarly swapped portraits of Wights and Wraiths
This commit is contained in:
parent
2b692c2606
commit
1b9c6b1763
8
Mods/vcmi/Content/Sprites/cprsmall.json
Normal file
8
Mods/vcmi/Content/Sprites/cprsmall.json
Normal file
@ -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,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}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user