66 lines
2.2 KiB
Plaintext
66 lines
2.2 KiB
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://1jbtmhbqolqe"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://c8r7ykphss4c2" path="res://characters/Link.png" id="1_ll28s"]
|
|
[ext_resource type="Script" uid="uid://cjo13wixip8mq" path="res://song_list_object.gd" id="1_lspki"]
|
|
[ext_resource type="Theme" uid="uid://8bllart6xn1f" path="res://default_theme.tres" id="1_x7fq8"]
|
|
[ext_resource type="StyleBox" uid="uid://bsv6yb0yir04l" path="res://style_box_flat.tres" id="3_5h84f"]
|
|
|
|
[node name="SongListObject" type="PanelContainer"]
|
|
custom_minimum_size = Vector2(1000, 0)
|
|
offset_right = 1088.0
|
|
offset_bottom = 59.0
|
|
theme = ExtResource("1_x7fq8")
|
|
script = ExtResource("1_lspki")
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
|
layout_mode = 2
|
|
size_flags_vertical = 0
|
|
|
|
[node name="SongListLabel" type="Label" parent="HBoxContainer"]
|
|
texture_filter = 2
|
|
custom_minimum_size = Vector2(865, 28)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
mouse_filter = 1
|
|
theme = ExtResource("1_x7fq8")
|
|
theme_override_font_sizes/font_size = 20
|
|
theme_override_styles/normal = ExtResource("3_5h84f")
|
|
text = "Final Fantasy Dissidia 012 Duodecim (Sista Fantasin Meningsskiljaktigheter 012 Tolv) - 'Crystal Cave -arrange-'' from FINAL FANTASY III"
|
|
autowrap_mode = 2
|
|
|
|
[node name="Panel" type="Panel" parent="HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 0
|
|
|
|
[node name="SongListPlayers" type="HBoxContainer" parent="HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 0
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="HBoxContainer/SongListPlayers"]
|
|
custom_minimum_size = Vector2(50, 25)
|
|
layout_mode = 2
|
|
texture = ExtResource("1_ll28s")
|
|
expand_mode = 1
|
|
stretch_mode = 5
|
|
|
|
[node name="TextureRect2" type="TextureRect" parent="HBoxContainer/SongListPlayers"]
|
|
custom_minimum_size = Vector2(50, 25)
|
|
layout_mode = 2
|
|
texture = ExtResource("1_ll28s")
|
|
expand_mode = 1
|
|
stretch_mode = 6
|
|
|
|
[node name="TextureRect3" type="TextureRect" parent="HBoxContainer/SongListPlayers"]
|
|
custom_minimum_size = Vector2(50, 25)
|
|
layout_mode = 2
|
|
texture = ExtResource("1_ll28s")
|
|
expand_mode = 1
|
|
|
|
[node name="TextureRect4" type="TextureRect" parent="HBoxContainer/SongListPlayers"]
|
|
custom_minimum_size = Vector2(50, 25)
|
|
layout_mode = 2
|
|
texture = ExtResource("1_ll28s")
|
|
expand_mode = 1
|
|
stretch_mode = 6
|