mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-13 17:51:57 +00:00
Add image file format for mount
Add entries to the file format map for the new Hydra mount assets
This commit is contained in:
parent
d83e091088
commit
4249220f2e
1 changed files with 3 additions and 0 deletions
|
|
@ -215,6 +215,9 @@ object DataBindingUtils {
|
|||
tempMap["Pet_HatchingPotion_Fungi"] = "gif"
|
||||
tempMap["shop_armoire"] = "gif"
|
||||
tempMap["Pet_HatchingPotion_Cryptid"] = "gif"
|
||||
tempMap["Mount_Head_Dragon-Hydra"] = "gif"
|
||||
tempMap["Mount_Body_Dragon-Hydra"] = "gif"
|
||||
tempMap["stable_Mount_Icon_Dragon-Hydra"] = "gif"
|
||||
FILEFORMAT_MAP = tempMap
|
||||
|
||||
val tempNameMap = mutableMapOf<String, String>()
|
||||
|
|
|
|||
Loading…
Reference in a new issue