help button, scroll with prompt

This commit is contained in:
Nordup 2024-11-25 06:19:17 +04:00
parent 00fa349440
commit 647b0ca20c
6 changed files with 142 additions and 15 deletions

View file

@ -340,7 +340,7 @@ script = ExtResource("14_h86vl")
search = NodePath("..")
prompt_results = NodePath("Panel/VBoxContainer")
[node name="Panel" type="Panel" parent="Prompt" node_paths=PackedStringArray("search_le")]
[node name="Panel" type="Panel" parent="Prompt" node_paths=PackedStringArray("search")]
visible = false
top_level = true
layout_mode = 1
@ -354,7 +354,7 @@ offset_bottom = 860.0
grow_horizontal = 2
theme_override_styles/panel = SubResource("StyleBoxFlat_mh73y")
script = ExtResource("15_35wcy")
search_le = NodePath("../..")
search = NodePath("../..")
[node name="VBoxContainer" type="VBoxContainer" parent="Prompt/Panel" node_paths=PackedStringArray("panel")]
layout_mode = 1

View file

@ -130,7 +130,7 @@ script = ExtResource("12_53j30")
search = NodePath("..")
prompt_results = NodePath("Panel/VBoxContainer")
[node name="Panel" type="Panel" parent="Prompt" node_paths=PackedStringArray("search_le")]
[node name="Panel" type="Panel" parent="Prompt" node_paths=PackedStringArray("search")]
visible = false
top_level = true
layout_mode = 1
@ -144,7 +144,7 @@ offset_bottom = 860.0
grow_horizontal = 2
theme_override_styles/panel = SubResource("StyleBoxFlat_mh73y")
script = ExtResource("13_6kqm6")
search_le = NodePath("../..")
search = NodePath("../..")
[node name="VBoxContainer" type="VBoxContainer" parent="Prompt/Panel" node_paths=PackedStringArray("panel")]
layout_mode = 1