mirror of
https://github.com/Insality/druid
synced 2025-06-27 10:27:48 +02:00
94 lines
2.0 KiB
Plaintext
94 lines
2.0 KiB
Plaintext
name: "go_bindings"
|
|
scale_along_z: 0
|
|
embedded_instances {
|
|
id: "go"
|
|
data: "components {\n"
|
|
" id: \"go_widget\"\n"
|
|
" component: \"/example/examples/widgets/go_widgets/go_widget.gui\"\n"
|
|
"}\n"
|
|
"components {\n"
|
|
" id: \"go_with_widget\"\n"
|
|
" component: \"/example/examples/widgets/go_widgets/go_with_widget.script\"\n"
|
|
"}\n"
|
|
"embedded_components {\n"
|
|
" id: \"sprite\"\n"
|
|
" type: \"sprite\"\n"
|
|
" data: \"default_animation: \\\"ui_circle_64\\\"\\n"
|
|
"material: \\\"/panthera/materials/sprite.material\\\"\\n"
|
|
"attributes {\\n"
|
|
" name: \\\"color\\\"\\n"
|
|
" double_values {\\n"
|
|
" v: 0.839\\n"
|
|
" v: 0.808\\n"
|
|
" v: 0.533\\n"
|
|
" v: 1.0\\n"
|
|
" }\\n"
|
|
"}\\n"
|
|
"textures {\\n"
|
|
" sampler: \\\"texture_sampler\\\"\\n"
|
|
" texture: \\\"/druid/druid.atlas\\\"\\n"
|
|
"}\\n"
|
|
"\"\n"
|
|
" rotation {\n"
|
|
" z: 0.70710677\n"
|
|
" w: 0.70710677\n"
|
|
" }\n"
|
|
" scale {\n"
|
|
" x: 3.0\n"
|
|
" y: 3.0\n"
|
|
" }\n"
|
|
"}\n"
|
|
"embedded_components {\n"
|
|
" id: \"sprite_outline\"\n"
|
|
" type: \"sprite\"\n"
|
|
" data: \"default_animation: \\\"ui_circle_64\\\"\\n"
|
|
"material: \\\"/panthera/materials/sprite.material\\\"\\n"
|
|
"blend_mode: BLEND_MODE_MULT\\n"
|
|
"size {\\n"
|
|
" x: 64.0\\n"
|
|
" y: 64.0\\n"
|
|
"}\\n"
|
|
"attributes {\\n"
|
|
" name: \\\"color\\\"\\n"
|
|
" double_values {\\n"
|
|
" v: 0.839\\n"
|
|
" v: 0.808\\n"
|
|
" v: 0.533\\n"
|
|
" v: 1.0\\n"
|
|
" }\\n"
|
|
"}\\n"
|
|
"textures {\\n"
|
|
" sampler: \\\"texture_sampler\\\"\\n"
|
|
" texture: \\\"/druid/druid.atlas\\\"\\n"
|
|
"}\\n"
|
|
"\"\n"
|
|
" rotation {\n"
|
|
" z: 0.70710677\n"
|
|
" w: 0.70710677\n"
|
|
" }\n"
|
|
" scale {\n"
|
|
" x: 3.1\n"
|
|
" y: 3.1\n"
|
|
" }\n"
|
|
"}\n"
|
|
""
|
|
}
|
|
embedded_instances {
|
|
id: "camera"
|
|
data: "embedded_components {\n"
|
|
" id: \"camera\"\n"
|
|
" type: \"camera\"\n"
|
|
" data: \"aspect_ratio: 1.0\\n"
|
|
"fov: 0.7854\\n"
|
|
"near_z: 0.1\\n"
|
|
"far_z: 1000.0\\n"
|
|
"orthographic_projection: 1\\n"
|
|
"orthographic_zoom: 0.4\\n"
|
|
"\"\n"
|
|
"}\n"
|
|
""
|
|
position {
|
|
z: 10.0
|
|
}
|
|
}
|