mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-25 14:17:29 -04:00
help button, scroll with prompt
This commit is contained in:
parent
00fa349440
commit
647b0ca20c
6 changed files with 142 additions and 15 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue