[gd_scene load_steps=3 format=2] [ext_resource path="res://Components/SongListItem.gd" type="Script" id=1] [ext_resource path="res://UI/src/duetnoteslyrics50.png" type="Texture" id=2] [node name="HBoxContainer" type="HBoxContainer"] margin_right = 883.0 margin_bottom = 50.0 script = ExtResource( 1 ) __meta__ = { "_edit_use_anchors_": false } [node name="SongIcon" type="TextureButton" parent="."] margin_right = 75.0 margin_bottom = 50.0 rect_min_size = Vector2( 75, 0 ) texture_normal = ExtResource( 2 ) [node name="SongName" type="ToolButton" parent="."] margin_left = 79.0 margin_right = 479.0 margin_bottom = 50.0 rect_min_size = Vector2( 400, 0 ) text = "Don't Give Up" clip_text = true __meta__ = { "_edit_use_anchors_": false } [node name="SongArtists" type="ToolButton" parent="."] margin_left = 483.0 margin_right = 883.0 margin_bottom = 50.0 rect_min_size = Vector2( 400, 0 ) text = "Peter Gabriel & Kate Bush" clip_text = true __meta__ = { "_edit_use_anchors_": false } [connection signal="pressed" from="SongIcon" to="." method="_on_SongIcon_pressed"]