coin.go 518 B

1234567891011121314151617181920212223
  1. components {
  2. id: "coin"
  3. component: "/example/coin.script"
  4. }
  5. embedded_components {
  6. id: "model"
  7. type: "model"
  8. data: "mesh: \"/assets/models/kenney_prototype-kit/coin.glb\"\n"
  9. "name: \"{{NAME}}\"\n"
  10. "materials {\n"
  11. " name: \"colormap\"\n"
  12. " material: \"/assets/materials/unlit.material\"\n"
  13. " textures {\n"
  14. " sampler: \"texture0\"\n"
  15. " texture: \"/assets/models/kenney_prototype-kit/Textures/colormap.png\"\n"
  16. " }\n"
  17. "}\n"
  18. ""
  19. rotation {
  20. y: 0.70710677
  21. w: 0.70710677
  22. }
  23. }