1dbaa781dc
- finally fixed the save system so it saves new users files - added better bgs - reorganized files so its less of a clusterfuck
55 lines
1.5 KiB
Plaintext
55 lines
1.5 KiB
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://ctqcbjrmxaqsk"]
|
|
|
|
[ext_resource type="Script" uid="uid://c3aaxhp0oim08" path="res://Scripts/search_item.gd" id="1_j4126"]
|
|
[ext_resource type="Texture2D" uid="uid://dwvy6crqhardn" path="res://Icons/Dropdown.png" id="2_hicj1"]
|
|
|
|
[node name="SearchItem" type="Control"]
|
|
custom_minimum_size = Vector2(0, 30)
|
|
layout_mode = 3
|
|
anchors_preset = 14
|
|
anchor_top = 0.5
|
|
anchor_right = 1.0
|
|
anchor_bottom = 0.5
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 4
|
|
script = ExtResource("1_j4126")
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
|
custom_minimum_size = Vector2(700, 32)
|
|
layout_mode = 1
|
|
anchors_preset = 4
|
|
anchor_top = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_top = -16.0
|
|
offset_right = 700.0
|
|
offset_bottom = 16.0
|
|
grow_vertical = 2
|
|
alignment = 1
|
|
|
|
[node name="Dropdown" type="Button" parent="HBoxContainer"]
|
|
custom_minimum_size = Vector2(20, 0)
|
|
layout_mode = 2
|
|
tooltip_text = "delete song from hard-drive"
|
|
focus_mode = 0
|
|
icon = ExtResource("2_hicj1")
|
|
flat = true
|
|
icon_alignment = 1
|
|
expand_icon = true
|
|
|
|
[node name="Songname" type="Button" parent="HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
focus_mode = 0
|
|
flat = true
|
|
alignment = 0
|
|
|
|
[node name="PopupMenu" type="PopupMenu" parent="."]
|
|
item_count = 1
|
|
item_0/text = "DELETE"
|
|
item_0/id = 0
|
|
|
|
[connection signal="pressed" from="HBoxContainer/Dropdown" to="." method="_on_dropdown_pressed"]
|
|
[connection signal="pressed" from="HBoxContainer/Songname" to="." method="_on_songname_pressed"]
|