-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathborder.go
73 lines (73 loc) · 1.11 KB
/
border.go
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
embedded_components {
id: "label"
type: "label"
data: "size {\n"
" x: 128.0\n"
" y: 32.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: \"x, y, z\"\n"
"font: \"/builtins/fonts/system_font.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: 1.0
z: 1.0
}
}
embedded_components {
id: "sprite"
type: "sprite"
data: "tile_set: \"/main.atlas\"\n"
"default_animation: \"border\"\n"
"material: \"/builtins/materials/sprite.material\"\n"
"blend_mode: BLEND_MODE_ALPHA\n"
""
position {
x: 0.0
y: 1.0
z: 0.0
}
rotation {
x: 0.0
y: 0.0
z: 0.0
w: 1.0
}
}