scpcb-godot/scenes/screens/UpdateChecker.tscn

36 lines
1,010 B
Text
Raw Normal View History

[gd_scene load_steps=3 format=3 uid="uid://cn6hlgepkjxef"]
[ext_resource type="Script" path="res://src/UpdateChecker.gd" id="1_nqadt"]
[ext_resource type="FontFile" uid="uid://xe31montgcoo" path="res://GFX/font/cour/Courier New.ttf" id="1_qoah1"]
[node name="UpdateChecker" 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_nqadt")
[node name="HTTPRequest" type="HTTPRequest" parent="."]
[node name="Text" type="Label" parent="."]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -111.0
offset_top = -11.5
offset_right = 111.0
offset_bottom = 11.5
grow_horizontal = 2
grow_vertical = 2
theme_override_fonts/font = ExtResource("1_qoah1")
text = "Checking for updates..."
horizontal_alignment = 1
vertical_alignment = 1
[connection signal="request_completed" from="HTTPRequest" to="." method="_on_http_request_request_completed"]