| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- components {
- id: "player"
- component: "/example/player.script"
- position {
- x: 0.0
- y: 0.0
- z: 0.0
- }
- rotation {
- x: 0.0
- y: 0.0
- z: 0.0
- w: 1.0
- }
- }
- embedded_components {
- id: "sprite"
- type: "sprite"
- data: "tile_set: \"/assets/sprites.atlas\"\n"
- "default_animation: \"playerShip1_red\"\n"
- "material: \"/builtins/materials/sprite.material\"\n"
- "blend_mode: BLEND_MODE_ALPHA\n"
- ""
- position {
- x: 0.0
- y: 0.0
- z: 0.0
- }
- rotation {
- x: 0.0
- y: 0.0
- z: 0.0
- w: 1.0
- }
- }
- embedded_components {
- id: "bulletfactory"
- type: "factory"
- data: "prototype: \"/example/bullet.go\"\n"
- "load_dynamically: false\n"
- "dynamic_prototype: false\n"
- ""
- position {
- x: 0.0
- y: 0.0
- z: 0.0
- }
- rotation {
- x: 0.0
- y: 0.0
- z: 0.0
- w: 1.0
- }
- }
|