Skip to content

Commit db14465

Browse files
committed
Update example
1 parent 60b5505 commit db14465

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

example/example.collection

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,28 @@ embedded_instances {
1515
" type: \"model\"\n"
1616
" data: \"mesh: \\\"/builtins/assets/meshes/quad.dae\\\"\\n"
1717
"name: \\\"{{NAME}}\\\"\\n"
18+
"materials {\\n"
19+
" name: \\\"default\\\"\\n"
20+
" material: \\\"/builtins/materials/sprite.material\\\"\\n"
21+
"}\\n"
22+
"\"\n"
23+
"}\n"
24+
""
25+
scale3 {
26+
x: 512.0
27+
y: 512.0
28+
}
29+
}
30+
embedded_instances {
31+
id: "camera"
32+
data: "embedded_components {\n"
33+
" id: \"camera\"\n"
34+
" type: \"camera\"\n"
35+
" data: \"aspect_ratio: 1.0\\n"
36+
"fov: 0.7854\\n"
37+
"near_z: -10.0\\n"
38+
"far_z: 10.0\\n"
39+
"orthographic_projection: 1\\n"
1840
"\"\n"
1941
"}\n"
2042
""

0 commit comments

Comments
 (0)