Island-1.material 500 B

12345678910111213141516171819202122
  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_final2.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. }
  22. }