farmhouse.material 536 B

1234567891011121314151617181920212223
  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/farmhouse.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. }
  22. }
  23. }