updating project files
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://pmnkxrhglak5"]
|
||||
[gd_scene format=3 uid="uid://pmnkxrhglak5"]
|
||||
|
||||
[ext_resource type="Script" path="res://addons/gdUnit4/src/ui/settings/GdUnitInputCapture.gd" id="1_gki1u"]
|
||||
[ext_resource type="Script" uid="uid://dv82rj1uilich" path="res://addons/gdUnit4/src/ui/settings/GdUnitInputCapture.gd" id="1_gki1u"]
|
||||
|
||||
[node name="GdUnitInputMapper" type="Control"]
|
||||
[node name="GdUnitInputMapper" type="Control" unique_id=1271215970]
|
||||
modulate = Color(0.929099, 0.929099, 0.929099, 0.936189)
|
||||
top_level = true
|
||||
layout_mode = 3
|
||||
@@ -15,9 +15,9 @@ size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
script = ExtResource("1_gki1u")
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
[node name="Label" type="Label" parent="." unique_id=1895494060]
|
||||
unique_name_in_owner = true
|
||||
self_modulate = Color(0.401913, 0.401913, 0.401913, 0.461723)
|
||||
self_modulate = Color(0.34250855, 0.34250855, 0.34250855, 0.42812395)
|
||||
top_level = true
|
||||
layout_mode = 1
|
||||
anchors_preset = 8
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=10 format=3 uid="uid://41l7a46fol5m"]
|
||||
[gd_scene format=3 uid="uid://41l7a46fol5m"]
|
||||
|
||||
[ext_resource type="Script" path="res://addons/gdUnit4/src/ui/settings/GdUnitSettingsTabHooks.gd" id="1_8yffn"]
|
||||
[ext_resource type="Script" uid="uid://cw3ci3xlxp47s" path="res://addons/gdUnit4/src/ui/settings/GdUnitSettingsTabHooks.gd" id="1_8yffn"]
|
||||
|
||||
[sub_resource type="Image" id="Image_h5sr5"]
|
||||
data = {
|
||||
@@ -50,7 +50,7 @@ data = {
|
||||
[sub_resource type="ImageTexture" id="ImageTexture_4h4u1"]
|
||||
image = SubResource("Image_rewru")
|
||||
|
||||
[node name="Hooks" type="ScrollContainer"]
|
||||
[node name="Hooks" type="ScrollContainer" unique_id=1426316982]
|
||||
custom_minimum_size = Vector2(400, 300)
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
@@ -62,70 +62,71 @@ size_flags_vertical = 3
|
||||
script = ExtResource("1_8yffn")
|
||||
metadata/_tab_index = 1
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="." unique_id=2010007566]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
|
||||
[node name="hooks_content" type="VBoxContainer" parent="HBoxContainer"]
|
||||
[node name="hooks_content" type="VBoxContainer" parent="HBoxContainer" unique_id=163003735]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
|
||||
[node name="hooks_tree" type="Tree" parent="HBoxContainer/hooks_content"]
|
||||
[node name="hooks_tree" type="Tree" parent="HBoxContainer/hooks_content" unique_id=1732827011]
|
||||
unique_name_in_owner = true
|
||||
layout_direction = 2
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
columns = 2
|
||||
hide_folding = true
|
||||
hide_root = true
|
||||
|
||||
[node name="hook_description" type="RichTextLabel" parent="HBoxContainer/hooks_content"]
|
||||
[node name="hook_description" type="RichTextLabel" parent="HBoxContainer/hooks_content" unique_id=1732320274]
|
||||
unique_name_in_owner = true
|
||||
custom_minimum_size = Vector2(0, 120)
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 2
|
||||
bbcode_enabled = true
|
||||
text = "The test result Html reporting hook."
|
||||
text = "The Html test reporting hook."
|
||||
scroll_active = false
|
||||
|
||||
[node name="hook_actions" type="VBoxContainer" parent="HBoxContainer"]
|
||||
[node name="hook_actions" type="VBoxContainer" parent="HBoxContainer" unique_id=296045707]
|
||||
unique_name_in_owner = true
|
||||
custom_minimum_size = Vector2(80, 0)
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 0
|
||||
theme_override_constants/separation = 5
|
||||
|
||||
[node name="btn_move_up" type="Button" parent="HBoxContainer/hook_actions"]
|
||||
[node name="btn_move_up" type="Button" parent="HBoxContainer/hook_actions" unique_id=1777494984]
|
||||
layout_mode = 2
|
||||
tooltip_text = "Move hook up in priority"
|
||||
disabled = true
|
||||
icon = SubResource("ImageTexture_77fm0")
|
||||
icon_alignment = 1
|
||||
|
||||
[node name="btn_move_down" type="Button" parent="HBoxContainer/hook_actions"]
|
||||
[node name="btn_move_down" type="Button" parent="HBoxContainer/hook_actions" unique_id=1218171187]
|
||||
layout_mode = 2
|
||||
tooltip_text = "Move hook down in priority"
|
||||
disabled = true
|
||||
icon = SubResource("ImageTexture_rewru")
|
||||
icon_alignment = 1
|
||||
|
||||
[node name="btn_add_hook" type="Button" parent="HBoxContainer/hook_actions"]
|
||||
[node name="btn_add_hook" type="Button" parent="HBoxContainer/hook_actions" unique_id=1326869232]
|
||||
layout_mode = 2
|
||||
tooltip_text = "Add new hook"
|
||||
icon = SubResource("ImageTexture_manhx")
|
||||
icon_alignment = 1
|
||||
|
||||
[node name="btn_delete_hook" type="Button" parent="HBoxContainer/hook_actions"]
|
||||
[node name="btn_delete_hook" type="Button" parent="HBoxContainer/hook_actions" unique_id=844968652]
|
||||
layout_mode = 2
|
||||
tooltip_text = "Delete selected hook"
|
||||
disabled = true
|
||||
icon = SubResource("ImageTexture_4h4u1")
|
||||
icon_alignment = 1
|
||||
|
||||
[node name="select_hook_dlg" type="FileDialog" parent="."]
|
||||
[node name="select_hook_dlg" type="FileDialog" parent="." unique_id=1607625170]
|
||||
unique_name_in_owner = true
|
||||
disable_3d = true
|
||||
title = "Open a File"
|
||||
@@ -135,7 +136,7 @@ ok_button_text = "Open"
|
||||
file_mode = 0
|
||||
filters = PackedStringArray("*.gd")
|
||||
|
||||
[node name="error_msg_popup" type="AcceptDialog" parent="."]
|
||||
[node name="error_msg_popup" type="AcceptDialog" parent="." unique_id=1090607070]
|
||||
unique_name_in_owner = true
|
||||
initial_position = 3
|
||||
current_screen = 0
|
||||
|
||||
Reference in New Issue
Block a user