CloudShadows.preset 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "Type": "JsonSerialization",
  3. "Version": 1,
  4. "ClassName": "MultiplatformPresetSettings",
  5. "ClassData": {
  6. "DefaultPreset": {
  7. "UUID": "{884B5F7C-44AC-4E9E-8B8A-559D098BE2C7}",
  8. "Name": "CloudShadows",
  9. "DestColor": "Linear",
  10. "PixelFormat": "BC4",
  11. "IsPowerOf2": true
  12. },
  13. "PlatformsPresets": {
  14. "android": {
  15. "UUID": "{884B5F7C-44AC-4E9E-8B8A-559D098BE2C7}",
  16. "Name": "CloudShadows",
  17. "DestColor": "Linear",
  18. "PixelFormat": "ASTC_4x4",
  19. "IsPowerOf2": true
  20. },
  21. "ios": {
  22. "UUID": "{884B5F7C-44AC-4E9E-8B8A-559D098BE2C7}",
  23. "Name": "CloudShadows",
  24. "DestColor": "Linear",
  25. "PixelFormat": "ASTC_4x4",
  26. "IsPowerOf2": true
  27. },
  28. "mac": {
  29. "UUID": "{884B5F7C-44AC-4E9E-8B8A-559D098BE2C7}",
  30. "Name": "CloudShadows",
  31. "DestColor": "Linear",
  32. "PixelFormat": "BC4",
  33. "IsPowerOf2": true
  34. },
  35. "provo": {
  36. "UUID": "{884B5F7C-44AC-4E9E-8B8A-559D098BE2C7}",
  37. "Name": "CloudShadows",
  38. "DestColor": "Linear",
  39. "PixelFormat": "BC4",
  40. "IsPowerOf2": true
  41. }
  42. }
  43. }
  44. }