mirror of
https://github.com/Insality/druid.git
synced 2025-06-27 18:37:44 +02:00
15 lines
262 B
Plaintext
15 lines
262 B
Plaintext
name: "example"
|
|
scale_along_z: 0
|
|
embedded_instances {
|
|
id: "go"
|
|
data: "components {\n"
|
|
" id: \"druid\"\n"
|
|
" component: \"/example/druid.gui\"\n"
|
|
"}\n"
|
|
"components {\n"
|
|
" id: \"druid1\"\n"
|
|
" component: \"/druid/druid.script\"\n"
|
|
"}\n"
|
|
""
|
|
}
|