69 lines
2.1 KiB
Text
69 lines
2.1 KiB
Text
[gd_scene load_steps=5 format=3 uid="uid://ckgl5sbthodne"]
|
|
|
|
[ext_resource type="Script" path="res://Manager.gd" id="1_02c56"]
|
|
[ext_resource type="FontFile" uid="uid://bc0ctgacnyhwl" path="res://Fonts/Jost.ttf" id="2_cetdm"]
|
|
[ext_resource type="Theme" uid="uid://wplwboj2ybek" path="res://TextEdit.tres" id="3_s2515"]
|
|
[ext_resource type="Theme" uid="uid://iiui0qx2n0e7" path="res://Button.tres" id="4_toqhm"]
|
|
|
|
[node name="Manager" 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_02c56")
|
|
|
|
[node name="Background" type="ColorRect" parent="."]
|
|
layout_mode = 0
|
|
offset_right = 960.0
|
|
offset_bottom = 540.0
|
|
color = Color(0, 0, 0, 1)
|
|
|
|
[node name="Text" type="RichTextLabel" parent="Background"]
|
|
layout_mode = 0
|
|
offset_right = 960.0
|
|
offset_bottom = 540.0
|
|
theme_override_fonts/normal_font = ExtResource("2_cetdm")
|
|
theme_override_fonts/bold_font = ExtResource("2_cetdm")
|
|
theme_override_font_sizes/normal_font_size = 30
|
|
theme_override_font_sizes/bold_font_size = 80
|
|
bbcode_enabled = true
|
|
text = "[center][img width=128]soscore.png[/img] [b]StarOpenSource CORE[/b][/center]
|
|
|
|
Project Path:
|
|
|
|
|
|
[center][b]Configuration editing
|
|
is planned. Stay tuned :)[/b][/center]"
|
|
scroll_active = false
|
|
|
|
[node name="Path" type="TextEdit" parent="Background"]
|
|
layout_mode = 0
|
|
offset_left = 168.0
|
|
offset_top = 167.0
|
|
offset_right = 952.0
|
|
offset_bottom = 224.0
|
|
theme = ExtResource("3_s2515")
|
|
|
|
[node name="Action" type="Button" parent="Background"]
|
|
layout_mode = 0
|
|
offset_left = 13.0
|
|
offset_top = 234.0
|
|
offset_right = 741.0
|
|
offset_bottom = 279.0
|
|
theme = ExtResource("4_toqhm")
|
|
text = "Install"
|
|
|
|
[node name="UpdateUAC" type="Button" parent="Background"]
|
|
layout_mode = 0
|
|
offset_left = 754.0
|
|
offset_top = 234.0
|
|
offset_right = 949.0
|
|
offset_bottom = 279.0
|
|
theme = ExtResource("4_toqhm")
|
|
text = "Fetch versions"
|
|
|
|
[connection signal="text_changed" from="Background/Path" to="." method="path_changed"]
|
|
[connection signal="pressed" from="Background/Action" to="." method="action_press"]
|
|
[connection signal="pressed" from="Background/UpdateUAC" to="." method="check_version"]
|