28 lines
697 B
Plaintext
28 lines
697 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://cirquj62osi4v"]
|
|
|
|
[ext_resource type="Script" path="res://Main.gd" id="1_6lnje"]
|
|
|
|
[node name="Control" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource( "1_6lnje" )
|
|
|
|
[node name="Button" type="Button" parent="."]
|
|
offset_left = 148.0
|
|
offset_top = 70.0
|
|
offset_right = 296.0
|
|
offset_bottom = 162.0
|
|
text = "Download C++ DAP (lldb)"
|
|
|
|
[node name="HTTPRequest" type="HTTPRequest" parent="."]
|
|
use_threads = true
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
offset_left = 359.0
|
|
offset_top = 90.0
|
|
offset_right = 598.0
|
|
offset_bottom = 136.0
|
|
text = "Progress: 0%"
|
|
|
|
[connection signal="pressed" from="Button" to="." method="download_cpp_dap"]
|