| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- components {
- id: "change_resolution"
- component: "/example/change_canvas/change_resolution.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: "label"
- type: "label"
- data: "size {\n"
- " x: 800.0\n"
- " y: 120.0\n"
- " z: 0.0\n"
- " w: 0.0\n"
- "}\n"
- "color {\n"
- " x: 0.0\n"
- " y: 0.0\n"
- " z: 0.0\n"
- " w: 1.0\n"
- "}\n"
- "outline {\n"
- " x: 0.0\n"
- " y: 0.0\n"
- " z: 0.0\n"
- " w: 1.0\n"
- "}\n"
- "shadow {\n"
- " x: 0.0\n"
- " y: 0.0\n"
- " z: 0.0\n"
- " w: 1.0\n"
- "}\n"
- "leading: 1.0\n"
- "tracking: 0.0\n"
- "pivot: PIVOT_CENTER\n"
- "blend_mode: BLEND_MODE_ALPHA\n"
- "line_break: false\n"
- "text: \"Click me to change layout\"\n"
- "font: \"/assets/text48.font\"\n"
- "material: \"/builtins/fonts/label.material\"\n"
- ""
- position {
- x: 0.0
- y: 0.0
- z: 0.0
- }
- rotation {
- x: 0.0
- y: 0.0
- z: 0.0
- w: 1.0
- }
- scale {
- x: 0.9
- y: 0.9
- z: 1.0
- }
- }
|