1{
2
3"ui_rect_white_nw" : {
4	"texture" : "gui_back_white",
5	"topx" : 0,
6	"topy" : 0,
7	"height" : 32,
8	"width" : 32
9},
10
11"ui_rect_white_n" : {
12	"texture" : "gui_back_white",
13	"topx" : 32,
14	"topy" : 0,
15	"height" : 32,
16	"width" : 32
17},
18
19"ui_rect_white_ne" : {
20	"texture" : "gui_back_white",
21	"topx" : 160,
22	"topy" : 0,
23	"height" : 32,
24	"width" : 32
25},
26
27"ui_rect_white_e" : {
28	"texture" : "gui_back_white",
29	"topx" : 160,
30	"topy" : 32,
31	"height" : 32,
32	"width" : 32
33},
34
35"ui_rect_white_se" : {
36	"texture" : "gui_back_white",
37	"topx" : 160,
38	"topy" : 160,
39	"height" : 32,
40	"width" : 32
41},
42
43"ui_rect_white_s" : {
44	"texture" : "gui_back_white",
45	"topx" : 32,
46	"topy" : 160,
47	"height" : 32,
48	"width" : 32
49},
50
51"ui_rect_white_sw" : {
52	"texture" : "gui_back_white",
53	"topx" : 0,
54	"topy" : 160,
55	"height" : 32,
56	"width" : 32
57},
58
59"ui_rect_white_w" : {
60	"texture" : "gui_back_white",
61	"topx" : 0,
62	"topy" : 32,
63	"height" : 32,
64	"width" : 32
65},
66
67"ui_rect_white_fill" : {
68	"texture" : "gui_back_white",
69	"topx" : 32,
70	"topy" : 32,
71	"height" : 32,
72	"width" : 32
73}
74
75}
76