noise.collection 566 B

123456789101112131415161718192021222324252627282930
  1. name: "noise"
  2. scale_along_z: 0
  3. embedded_instances {
  4. id: "go"
  5. data: "components {\n"
  6. " id: \"drawtoquad\"\n"
  7. " component: \"/example/noise.script\"\n"
  8. "}\n"
  9. "embedded_components {\n"
  10. " id: \"model\"\n"
  11. " type: \"model\"\n"
  12. " data: \"mesh: \\\"/builtins/assets/meshes/quad.dae\\\"\\n"
  13. "name: \\\"{{NAME}}\\\"\\n"
  14. "materials {\\n"
  15. " name: \\\"default\\\"\\n"
  16. " material: \\\"/example/noise.material\\\"\\n"
  17. "}\\n"
  18. "\"\n"
  19. "}\n"
  20. ""
  21. position {
  22. x: 360.0
  23. y: 360.0
  24. }
  25. scale3 {
  26. x: 720.0
  27. y: 720.0
  28. z: 50.0
  29. }
  30. }