-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tscn
74 lines (63 loc) · 1.62 KB
/
main.tscn
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
[gd_scene load_steps=2 format=3 uid="uid://iloxhoece8ke"]
[ext_resource type="Script" path="res://main.gd" id="1_h44hv"]
[node name="Main" type="Node2D"]
script = ExtResource("1_h44hv")
[node name="Control" type="Control" parent="."]
layout_mode = 3
anchors_preset = 0
offset_right = 40.0
offset_bottom = 40.0
[node name="AuthTokenLabel" type="Label" parent="Control"]
layout_mode = 0
offset_right = 40.0
offset_bottom = 23.0
text = "-"
[node name="GetUser" type="Button" parent="Control"]
layout_mode = 0
offset_left = 2.0
offset_top = 56.0
offset_right = 76.0
offset_bottom = 87.0
text = "Get user"
[node name="CopyToken" type="Button" parent="Control"]
layout_mode = 0
offset_left = 1016.0
offset_top = 48.0
offset_right = 1112.0
offset_bottom = 79.0
text = "Copy token"
[node name="StartSession" type="Button" parent="Control"]
layout_mode = 0
offset_left = 3.0
offset_top = 93.0
offset_right = 77.0
offset_bottom = 124.0
text = "Start session"
[node name="RequestResultLabel" type="Label" parent="Control"]
layout_mode = 0
offset_left = 4.0
offset_top = 131.0
offset_right = 44.0
offset_bottom = 154.0
text = "-"
[node name="TrackCustomEvent" type="Button" parent="Control"]
layout_mode = 0
offset_left = 3.0
offset_top = 176.0
offset_right = 110.0
offset_bottom = 207.0
text = "Send test event"
[node name="GetAddress" type="Button" parent="Control"]
layout_mode = 0
offset_left = 3.0
offset_top = 219.0
offset_right = 194.0
offset_bottom = 250.0
text = "Get address from token"
[node name="AddressLabel" type="Label" parent="Control"]
layout_mode = 0
offset_left = 204.0
offset_top = 224.0
offset_right = 244.0
offset_bottom = 247.0
text = "-"