Island-4.material 561 B

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