Add image file format for mount

Add entries to the file format map for the new Hydra mount
assets
This commit is contained in:
Hafiz 2025-06-27 13:35:39 -05:00
parent d83e091088
commit 4249220f2e

View file

@ -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>()