bullets.collection 707 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. name: "dynamic_bullets"
  2. instances {
  3. id: "lightning"
  4. prototype: "/example/lightning.go"
  5. position {
  6. x: 0.0
  7. y: 0.0
  8. z: 0.0
  9. }
  10. rotation {
  11. x: 0.0
  12. y: 0.0
  13. z: 0.0
  14. w: 1.0
  15. }
  16. scale3 {
  17. x: 1.0
  18. y: 1.0
  19. z: 1.0
  20. }
  21. }
  22. instances {
  23. id: "flame"
  24. prototype: "/example/flame.go"
  25. position {
  26. x: 0.0
  27. y: 0.0
  28. z: 0.0
  29. }
  30. rotation {
  31. x: 0.0
  32. y: 0.0
  33. z: 0.0
  34. w: 1.0
  35. }
  36. scale3 {
  37. x: 1.0
  38. y: 1.0
  39. z: 1.0
  40. }
  41. }
  42. instances {
  43. id: "rock"
  44. prototype: "/example/rock.go"
  45. position {
  46. x: 0.0
  47. y: 0.0
  48. z: 0.0
  49. }
  50. rotation {
  51. x: 0.0
  52. y: 0.0
  53. z: 0.0
  54. w: 1.0
  55. }
  56. scale3 {
  57. x: 1.0
  58. y: 1.0
  59. z: 1.0
  60. }
  61. }
  62. scale_along_z: 0