badguy2_badguy2.material 628 B

123456789101112131415161718192021222324252627
  1. {
  2. "description": "",
  3. "materialType": "Materials/Types/StandardPBR.materialtype",
  4. "parentMaterial": "",
  5. "propertyLayoutVersion": 3,
  6. "properties": {
  7. "baseColor": {
  8. "textureBlendMode": "Lerp",
  9. "textureMap": "JOSHUAS-ASSETS/GameJam2021/textures/badguy_U2.png"
  10. },
  11. "emissive": {
  12. "color": [
  13. 0.0,
  14. 0.0,
  15. 0.0,
  16. 1.0
  17. ]
  18. },
  19. "opacity": {
  20. "factor": 1.0,
  21. "mode": "Blended"
  22. },
  23. "specularF0": {
  24. "factor": 0.0
  25. }
  26. }
  27. }