-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbla4B0C.tmp
58 lines (48 loc) · 1.36 KB
/
bla4B0C.tmp
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
[gd_scene load_steps=2 format=3 uid="uid://bwcunt8xir8kn"]
[ext_resource type="Script" path="res://Blazor.gd" id="1_jo5cr"]
[node name="Blazor" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_jo5cr")
[node name="ParametersLabel" type="Label" parent="."]
layout_mode = 0
offset_right = 40.0
offset_bottom = 23.0
text = "All Parameters"
[node name="WebApplicationURLLabel" type="Label" parent="."]
layout_mode = 0
offset_top = 24.0
offset_right = 40.0
offset_bottom = 47.0
text = "WebApplicationURL:"
[node name="UserNameLabel" type="Label" parent="."]
layout_mode = 0
offset_top = 48.0
offset_right = 40.0
offset_bottom = 71.0
text = "Username"
[node name="HTTPTokenLabel" type="Label" parent="."]
layout_mode = 0
offset_top = 72.0
offset_right = 40.0
offset_bottom = 95.0
text = "HTTPToken"
[node name="BlazorResponseLabel" type="Label" parent="."]
layout_mode = 0
offset_top = 144.0
offset_right = 40.0
offset_bottom = 167.0
text = "Blazor Response"
[node name="CallBlazorButton" type="Button" parent="."]
layout_mode = 0
offset_top = 104.0
offset_right = 90.0
offset_bottom = 135.0
text = "Call Blazor"
[node name="HTTPRequest" type="HTTPRequest" parent="."]
accept_gzip = false
[connection signal="pressed" from="CallBlazorButton" to="." method="_on_call_blazor_button_pressed"]