Skip to content

Commit

Permalink
chore: Added Ganyu and Shenhe skins
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorixon committed Mar 13, 2024
1 parent 0ab7448 commit 1499042
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 16 additions & 2 deletions src/GIMI-ModManager.WinUI/Assets/Games/Genshin/characters.json
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,14 @@
"Liyue"
],
"ModFilesName": "Ganyu",
"InGameSkins": [],
"InGameSkins": [
{
"ModFilesName": "GanyuTwilight",
"Image": "Character_Skin_GanyuTwilight_Thumb.png",
"InternalName": "GanyuTwilight",
"DisplayName": "Twilight Blossom"
}
],
"InternalName": "Ganyu",
"DisplayName": "Ganyu"
},
Expand Down Expand Up @@ -1136,7 +1143,14 @@
"Liyue"
],
"ModFilesName": "Shenhe",
"InGameSkins": [],
"InGameSkins": [
{
"ModFilesName": "ShenheFrostflower",
"Image": "Character_Skin_ShenheFrostflower_Thumb.png",
"InternalName": "ShenheFrostflower",
"DisplayName": "Frostflower Dew"
}
],
"InternalName": "Shenhe",
"DisplayName": "Shenhe"
},
Expand Down
2 changes: 2 additions & 0 deletions src/GIMI-ModManager.WinUI/GIMI-ModManager.WinUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<Content Remove="Assets\Games\Genshin\Images\AltCharacterSkins\Character_Skin_DilucFlamme_Thumb.webp" />
<Content Remove="Assets\Games\Genshin\Images\AltCharacterSkins\Character_Skin_FischlHighness_Thumb.png" />
<Content Remove="Assets\Games\Genshin\Images\AltCharacterSkins\Character_Skin_FischlHighness_Thumb.webp" />
<Content Remove="Assets\Games\Genshin\Images\AltCharacterSkins\Character_Skin_GanyuTwilight_Thumb.png" />
<Content Remove="Assets\Games\Genshin\Images\AltCharacterSkins\Character_Skin_JeanCN_Thumb.png" />
<Content Remove="Assets\Games\Genshin\Images\AltCharacterSkins\Character_Skin_JeanCN_Thumb.webp" />
<Content Remove="Assets\Games\Genshin\Images\AltCharacterSkins\Character_Skin_JeanSea_Thumb.png" />
Expand All @@ -76,6 +77,7 @@
<Content Remove="Assets\Games\Genshin\Images\AltCharacterSkins\Character_Skin_NingguangOrchid_Thumb.webp" />
<Content Remove="Assets\Games\Genshin\Images\AltCharacterSkins\Character_Skin_RosariaCN_Thumb.png" />
<Content Remove="Assets\Games\Genshin\Images\AltCharacterSkins\Character_Skin_RosariaCN_Thumb.webp" />
<Content Remove="Assets\Games\Genshin\Images\AltCharacterSkins\Character_Skin_ShenheFrostflower_Thumb.png" />
<Content Remove="Assets\Games\Genshin\Images\AltCharacterSkins\convert.py" />
<Content Remove="Assets\Games\Genshin\Images\Characters\Character_Albedo_Thumb.png" />
<Content Remove="Assets\Games\Genshin\Images\Characters\Character_Alhaitham_Thumb.png" />
Expand Down

0 comments on commit 1499042

Please sign in to comment.