You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
Config = Config or {}
|
|
Config.FashionMapping = {
|
|
--蛇骨之樱
|
|
["10010099"] = {
|
|
texture_list = {
|
|
"model_clothe_10010099.tga", "model_clothe_10010099_alpha.tga"
|
|
},
|
|
change_list = {
|
|
["model_clothe_10010099"] = {is_normal_texture = true, is_alpha_texture = false, is_mask_texture = false},
|
|
["model_clothe_10010099_alpha"] = {is_normal_texture = false, is_alpha_texture = true, is_mask_texture = false},
|
|
},
|
|
|
|
},
|
|
}
|