BigRedX.material 684 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "description": "",
  3. "materialType": "Materials/Types/StandardPBR.materialtype",
  4. "parentMaterial": "",
  5. "propertyLayoutVersion": 3,
  6. "properties": {
  7. "baseColor": {
  8. "textureMap": "JOSHUAS-ASSETS/GameJam2021/textures/BigX.png"
  9. },
  10. "emissive": {
  11. "color": [
  12. 0.0,
  13. 0.0,
  14. 0.0,
  15. 1.0
  16. ]
  17. },
  18. "opacity": {
  19. "alphaAffectsSpecular": 1.0,
  20. "factor": 0.699999988079071,
  21. "mode": "Blended"
  22. },
  23. "uv": {
  24. "center": [
  25. -2.5,
  26. 0.5
  27. ]
  28. }
  29. }
  30. }