-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsmith.go
More file actions
38 lines (38 loc) · 693 Bytes
/
smith.go
File metadata and controls
38 lines (38 loc) · 693 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
components {
id: "smith"
component: "/main/smith.script"
}
embedded_components {
id: "sprite"
type: "sprite"
data: "default_animation: \"smith\"\n"
"material: \"/builtins/materials/sprite.material\"\n"
"textures {\n"
" sampler: \"texture_sampler\"\n"
" texture: \"/main/game.atlas\"\n"
"}\n"
""
scale {
x: 0.05
y: 0.05
}
}
embedded_components {
id: "item"
type: "sprite"
data: "default_animation: \"arrow\"\n"
"material: \"/builtins/materials/sprite.material\"\n"
"textures {\n"
" sampler: \"texture_sampler\"\n"
" texture: \"/main/game.atlas\"\n"
"}\n"
""
position {
y: 13.0
z: 1.0
}
scale {
x: 0.02
y: 0.02
}
}