Files
MovementTests/addons/gdUnit4/src/update/GdUnitUpdate.tscn
Minimata af1f6da98d
Some checks failed
Create tag and build when new code gets to main / BumpTag (push) Successful in 31s
Create tag and build when new code gets to main / Test (push) Has been cancelled
Create tag and build when new code gets to main / Export (push) Has been cancelled
updating project files
2026-01-28 09:50:10 +01:00

101 lines
3.2 KiB
Plaintext

[gd_scene format=3 uid="uid://2eahgaw88y6q"]
[ext_resource type="Script" uid="uid://dpf3ii8auva86" path="res://addons/gdUnit4/src/update/GdUnitUpdate.gd" id="1"]
[sub_resource type="Gradient" id="Gradient_wilsr"]
colors = PackedColorArray(0.151276, 0.151276, 0.151276, 1, 1, 1, 1, 1)
[sub_resource type="GradientTexture2D" id="GradientTexture2D_45cww"]
gradient = SubResource("Gradient_wilsr")
fill_to = Vector2(0.75641, 0)
[sub_resource type="Gradient" id="Gradient_i0qp8"]
colors = PackedColorArray(1, 1, 1, 1, 0.20871, 0.20871, 0.20871, 1)
[sub_resource type="GradientTexture2D" id="GradientTexture2D_wilsr"]
gradient = SubResource("Gradient_i0qp8")
fill_from = Vector2(0.794872, 0)
fill_to = Vector2(0, 0)
[node name="GdUnitUpdate" type="MarginContainer" unique_id=489529378]
clip_contents = true
custom_minimum_size = Vector2(0, 80)
anchors_preset = 10
anchor_right = 1.0
offset_bottom = 80.0
grow_horizontal = 2
size_flags_horizontal = 3
theme_override_constants/margin_left = 10
theme_override_constants/margin_right = 10
script = ExtResource("1")
[node name="VBoxContainer" type="VBoxContainer" parent="." unique_id=414924014]
layout_mode = 2
[node name="Panel" type="Panel" parent="VBoxContainer" unique_id=696930455]
layout_mode = 2
size_flags_vertical = 3
[node name="message" type="RichTextLabel" parent="VBoxContainer/Panel" unique_id=1623034495]
unique_name_in_owner = true
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
bbcode_enabled = true
text = "aaaaa"
fit_content = true
scroll_active = false
shortcut_keys_enabled = false
[node name="Panel2" type="Panel" parent="VBoxContainer" unique_id=588342815]
layout_mode = 2
size_flags_vertical = 3
[node name="progress" type="TextureProgressBar" parent="VBoxContainer/Panel2" unique_id=1962514856]
unique_name_in_owner = true
auto_translate_mode = 2
clip_contents = true
custom_minimum_size = Vector2(0, 20)
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
localize_numeral_system = false
min_value = 1.0
max_value = 6.0
value = 1.0
rounded = true
allow_greater = true
nine_patch_stretch = true
texture_under = SubResource("GradientTexture2D_45cww")
texture_progress = SubResource("GradientTexture2D_wilsr")
tint_under = Color(0.0235294, 0.145098, 0.168627, 1)
tint_progress = Color(0.288912, 0.233442, 0.533772, 1)
[node name="PanelContainer" type="MarginContainer" parent="VBoxContainer" unique_id=1484286386]
layout_mode = 2
size_flags_vertical = 3
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/PanelContainer" unique_id=1366538430]
layout_mode = 2
theme_override_constants/separation = 10
alignment = 2
[node name="update" type="Button" parent="VBoxContainer/PanelContainer/HBoxContainer" unique_id=922935449]
unique_name_in_owner = true
layout_mode = 2
text = "Update"
[node name="cancel" type="Button" parent="VBoxContainer/PanelContainer/HBoxContainer" unique_id=2006864601]
unique_name_in_owner = true
layout_mode = 2
text = "Cancel"
[connection signal="pressed" from="VBoxContainer/PanelContainer/HBoxContainer/update" to="." method="_on_update_pressed"]
[connection signal="pressed" from="VBoxContainer/PanelContainer/HBoxContainer/cancel" to="." method="_on_cancel_pressed"]