-
Notifications
You must be signed in to change notification settings - Fork 248
/
Copy pathglobal_variables.pyui
86 lines (82 loc) · 2.25 KB
/
global_variables.pyui
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
74
75
76
77
78
79
80
81
82
83
84
85
86
[
{
"selected" : false,
"frame" : "{{0, 0}, {1024, 768}}",
"class" : "View",
"nodes" : [
{
"selected" : false,
"frame" : "{{47, 50}, {140, 32}}",
"class" : "Button",
"nodes" : [
],
"attributes" : {
"action" : "local_button_touch_up_inside",
"frame" : "{{472, 368}, {80, 32}}",
"title" : "Local Variable",
"uuid" : "1BF98976-693A-4EFD-9433-28132C5618CB",
"class" : "Button",
"name" : "local_button",
"font_size" : 15
}
},
{
"selected" : true,
"frame" : "{{47, 115}, {140, 32}}",
"class" : "Button",
"nodes" : [
],
"attributes" : {
"action" : "global_button_touch_up_inside",
"frame" : "{{472, 368}, {80, 32}}",
"title" : "Global Variable",
"uuid" : "BF9A9062-6CBC-4B4C-8D68-6F7AF0CAD032",
"class" : "Button",
"name" : "global_button",
"font_size" : 15
}
},
{
"selected" : false,
"frame" : "{{222, 50}, {150, 32}}",
"class" : "Label",
"nodes" : [
],
"attributes" : {
"font_name" : "<System>",
"frame" : "{{437, 368}, {150, 32}}",
"uuid" : "3C90D0DA-0BF0-4C96-A486-3A420365B947",
"class" : "Label",
"alignment" : "left",
"text" : "Answer:",
"name" : "local_answer_label",
"font_size" : 18
}
},
{
"selected" : false,
"frame" : "{{222, 115}, {150, 32}}",
"class" : "Label",
"nodes" : [
],
"attributes" : {
"font_name" : "<System>",
"frame" : "{{437, 368}, {150, 32}}",
"uuid" : "8862EC39-2A90-4013-824E-845E8F58941D",
"class" : "Label",
"alignment" : "left",
"text" : "Answer:",
"name" : "global_answer_label",
"font_size" : 18
}
}
],
"attributes" : {
"enabled" : true,
"background_color" : "RGBA(1.000000,1.000000,1.000000,1.000000)",
"tint_color" : "RGBA(0.000000,0.478000,1.000000,1.000000)",
"border_color" : "RGBA(0.000000,0.000000,0.000000,1.000000)",
"flex" : ""
}
}
]