源战役客户端
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

13 rader
429 B

1 månad sedan
  1. Config = Config or {}
  2. Config.FashionMapping = {
  3. --蛇骨之樱
  4. ["10010099"] = {
  5. texture_list = {
  6. "model_clothe_10010099.tga", "model_clothe_10010099_alpha.tga"
  7. },
  8. change_list = {
  9. ["model_clothe_10010099"] = {is_normal_texture = true, is_alpha_texture = false, is_mask_texture = false},
  10. ["model_clothe_10010099_alpha"] = {is_normal_texture = false, is_alpha_texture = true, is_mask_texture = false},
  11. },
  12. },
  13. }