63 lines
1.4 KiB
Plaintext
63 lines
1.4 KiB
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://bxydgil1yifps"]
|
|
|
|
[ext_resource type="Script" uid="uid://bg5yo08638600" path="res://SearchWindow.gd" id="1_m7bij"]
|
|
|
|
[node name="Control" 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_m7bij")
|
|
|
|
[node name="Panel" type="Panel" parent="."]
|
|
layout_mode = 0
|
|
offset_right = 1152.0
|
|
offset_bottom = 640.0
|
|
|
|
[node name="ClearButton" type="Button" parent="."]
|
|
texture_filter = 1
|
|
layout_mode = 0
|
|
offset_left = 880.0
|
|
offset_top = 24.0
|
|
offset_right = 944.0
|
|
offset_bottom = 64.0
|
|
scale = Vector2(2, 2)
|
|
focus_mode = 0
|
|
action_mode = 0
|
|
text = "Clear"
|
|
|
|
[node name="CloseButton" type="Button" parent="."]
|
|
texture_filter = 1
|
|
layout_mode = 2
|
|
offset_left = 1032.0
|
|
offset_top = 24.0
|
|
offset_right = 1082.0
|
|
offset_bottom = 64.0
|
|
scale = Vector2(2, 2)
|
|
focus_mode = 0
|
|
action_mode = 0
|
|
text = "Close"
|
|
|
|
[node name="Searchbar" type="TextEdit" parent="."]
|
|
texture_filter = 1
|
|
layout_mode = 0
|
|
offset_left = 64.0
|
|
offset_top = 24.0
|
|
offset_right = 448.0
|
|
offset_bottom = 64.0
|
|
scale = Vector2(2, 2)
|
|
placeholder_text = "Search"
|
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="."]
|
|
layout_mode = 2
|
|
offset_top = 128.0
|
|
offset_right = 576.0
|
|
offset_bottom = 384.0
|
|
scale = Vector2(2, 2)
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="ScrollContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|