planet.yml 951 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. - type: parallax
  2. id: Sky
  3. layers:
  4. - texture:
  5. !type:ImageParallaxTextureSource
  6. path: "/Textures/Parallaxes/land.png"
  7. slowness: 0.98
  8. scale: 1,1
  9. - texture:
  10. !type:ImageParallaxTextureSource
  11. path: "/Textures/Parallaxes/noise.png"
  12. slowness: 0.95
  13. scale: "2, 2"
  14. scrolling: "0.1, -0.05"
  15. - type: parallax
  16. id: Dirt
  17. layers:
  18. - texture:
  19. !type:ImageParallaxTextureSource
  20. path: "/Textures/Tiles/Planet/Grass/grass.png"
  21. slowness: 0
  22. scale: "1, 1"
  23. shader: ""
  24. - type: parallax
  25. id: Grass
  26. layers:
  27. - texture:
  28. !type:ImageParallaxTextureSource
  29. path: /Textures/Tiles/Planet/Grass/grass.png
  30. slowness: 0
  31. scale: "1, 1"
  32. shader: ""
  33. - type: parallax
  34. id: Snow
  35. layers:
  36. - texture:
  37. !type:ImageParallaxTextureSource
  38. path: "/Textures/Tiles/snow.png"
  39. slowness: 0
  40. scale: "1, 1"
  41. shader: ""