1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- name: "dynamic_bullets"
- instances {
- id: "lightning"
- prototype: "/example/lightning.go"
- position {
- x: 0.0
- y: 0.0
- z: 0.0
- }
- rotation {
- x: 0.0
- y: 0.0
- z: 0.0
- w: 1.0
- }
- scale3 {
- x: 1.0
- y: 1.0
- z: 1.0
- }
- }
- instances {
- id: "flame"
- prototype: "/example/flame.go"
- position {
- x: 0.0
- y: 0.0
- z: 0.0
- }
- rotation {
- x: 0.0
- y: 0.0
- z: 0.0
- w: 1.0
- }
- scale3 {
- x: 1.0
- y: 1.0
- z: 1.0
- }
- }
- instances {
- id: "rock"
- prototype: "/example/rock.go"
- position {
- x: 0.0
- y: 0.0
- z: 0.0
- }
- rotation {
- x: 0.0
- y: 0.0
- z: 0.0
- w: 1.0
- }
- scale3 {
- x: 1.0
- y: 1.0
- z: 1.0
- }
- }
- scale_along_z: 0
|