2021-05-15 16:27:05 +02:00
|
|
|
[gd_scene load_steps=10 format=2]
|
|
|
|
|
|
2021-06-05 14:11:47 +02:00
|
|
|
[ext_resource path="res://assets/ui/themes/UI-Button-ItemsList-first-hover.png" type="Texture" id=1]
|
|
|
|
|
[ext_resource path="res://assets/ui/themes/leather.theme" type="Theme" id=2]
|
|
|
|
|
[ext_resource path="res://assets/fonts/kirsty/kirsty_base.tres" type="DynamicFont" id=3]
|
|
|
|
|
[ext_resource path="res://assets/ui/icones/skull.png" type="Texture" id=4]
|
|
|
|
|
[ext_resource path="res://assets/ui/themes/UI-Button-ItemsList.png" type="Texture" id=5]
|
|
|
|
|
[ext_resource path="res://assets/ui/themes/UI-Button-ItemsList-last-hover.png" type="Texture" id=6]
|
2021-05-15 16:27:05 +02:00
|
|
|
[ext_resource path="res://assets/ui/themes/UI-Button-ItemsList-hover.png" type="Texture" id=7]
|
2021-06-05 14:11:47 +02:00
|
|
|
[ext_resource path="res://assets/ui/themes/UI-Button-ItemsList-last.png" type="Texture" id=8]
|
|
|
|
|
[ext_resource path="res://assets/ui/themes/UI-Button-ItemsList-first.png" type="Texture" id=9]
|
2021-05-15 16:27:05 +02:00
|
|
|
|
|
|
|
|
[node name="Control" type="MarginContainer"]
|
|
|
|
|
anchor_left = 1.0
|
2021-06-03 22:18:50 +02:00
|
|
|
anchor_top = 0.5
|
2021-05-15 16:27:05 +02:00
|
|
|
anchor_right = 1.0
|
2021-06-03 22:18:50 +02:00
|
|
|
anchor_bottom = 0.5
|
2021-05-15 20:40:16 +02:00
|
|
|
margin_left = -196.0
|
2021-06-03 22:18:50 +02:00
|
|
|
margin_top = -450.0
|
|
|
|
|
margin_bottom = 450.0
|
2021-05-15 16:27:05 +02:00
|
|
|
grow_horizontal = 0
|
|
|
|
|
grow_vertical = 2
|
2021-05-15 20:40:16 +02:00
|
|
|
size_flags_vertical = 3
|
2021-05-15 16:27:05 +02:00
|
|
|
__meta__ = {
|
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[node name="ListContainer" type="VBoxContainer" parent="."]
|
|
|
|
|
margin_right = 196.0
|
2021-05-15 20:40:16 +02:00
|
|
|
margin_bottom = 900.0
|
|
|
|
|
rect_min_size = Vector2( 196, 900 )
|
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
size_flags_vertical = 3
|
2021-05-15 16:27:05 +02:00
|
|
|
custom_constants/separation = -10
|
|
|
|
|
|
|
|
|
|
[node name="TextureButtonFirst" type="TextureButton" parent="ListContainer"]
|
2021-05-15 20:40:16 +02:00
|
|
|
visible = false
|
2021-05-15 16:27:05 +02:00
|
|
|
margin_right = 196.0
|
|
|
|
|
margin_bottom = 81.0
|
2021-06-03 22:18:50 +02:00
|
|
|
focus_mode = 0
|
2021-06-05 14:11:47 +02:00
|
|
|
texture_normal = ExtResource( 9 )
|
|
|
|
|
texture_hover = ExtResource( 1 )
|
|
|
|
|
texture_focused = ExtResource( 1 )
|
2021-05-15 16:27:05 +02:00
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="ListContainer/TextureButtonFirst"]
|
|
|
|
|
anchor_right = 1.0
|
|
|
|
|
anchor_bottom = 1.0
|
2021-06-05 14:11:47 +02:00
|
|
|
custom_fonts/font = ExtResource( 3 )
|
2021-05-15 16:27:05 +02:00
|
|
|
text = "First Entry"
|
|
|
|
|
align = 1
|
|
|
|
|
valign = 1
|
|
|
|
|
__meta__ = {
|
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[node name="TextureButtonMiddle" type="TextureButton" parent="ListContainer"]
|
2021-05-15 20:40:16 +02:00
|
|
|
visible = false
|
2021-06-05 14:11:47 +02:00
|
|
|
margin_top = 71.0
|
2021-05-15 16:27:05 +02:00
|
|
|
margin_right = 196.0
|
2021-06-05 14:11:47 +02:00
|
|
|
margin_bottom = 152.0
|
2021-06-03 22:18:50 +02:00
|
|
|
focus_mode = 0
|
2021-06-05 14:11:47 +02:00
|
|
|
texture_normal = ExtResource( 5 )
|
2021-05-15 16:27:05 +02:00
|
|
|
texture_hover = ExtResource( 7 )
|
|
|
|
|
texture_focused = ExtResource( 7 )
|
|
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="ListContainer/TextureButtonMiddle"]
|
|
|
|
|
anchor_right = 1.0
|
|
|
|
|
anchor_bottom = 1.0
|
2021-06-05 14:11:47 +02:00
|
|
|
custom_fonts/font = ExtResource( 3 )
|
2021-05-15 16:27:05 +02:00
|
|
|
text = "Middle"
|
|
|
|
|
align = 1
|
|
|
|
|
valign = 1
|
|
|
|
|
__meta__ = {
|
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[node name="TextureButtonLast" type="TextureButton" parent="ListContainer"]
|
2021-05-15 20:40:16 +02:00
|
|
|
visible = false
|
2021-06-05 14:11:47 +02:00
|
|
|
margin_top = 142.0
|
2021-05-15 16:27:05 +02:00
|
|
|
margin_right = 196.0
|
2021-06-05 14:11:47 +02:00
|
|
|
margin_bottom = 223.0
|
2021-06-03 22:18:50 +02:00
|
|
|
focus_mode = 0
|
2021-06-05 14:11:47 +02:00
|
|
|
texture_normal = ExtResource( 8 )
|
|
|
|
|
texture_hover = ExtResource( 6 )
|
|
|
|
|
texture_focused = ExtResource( 6 )
|
2021-05-15 16:27:05 +02:00
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="ListContainer/TextureButtonLast"]
|
|
|
|
|
anchor_right = 1.0
|
|
|
|
|
anchor_bottom = 1.0
|
2021-06-05 14:11:47 +02:00
|
|
|
theme = ExtResource( 2 )
|
|
|
|
|
custom_fonts/font = ExtResource( 3 )
|
2021-05-15 16:27:05 +02:00
|
|
|
text = "Last"
|
|
|
|
|
align = 1
|
|
|
|
|
valign = 1
|
|
|
|
|
__meta__ = {
|
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="ListContainer"]
|
|
|
|
|
margin_right = 196.0
|
2021-05-15 20:40:16 +02:00
|
|
|
margin_bottom = 128.0
|
2021-05-15 16:27:05 +02:00
|
|
|
alignment = 1
|
|
|
|
|
|
|
|
|
|
[node name="TextureButtonIndice" type="TextureButton" parent="ListContainer/HBoxContainer"]
|
|
|
|
|
margin_left = 34.0
|
|
|
|
|
margin_right = 162.0
|
|
|
|
|
margin_bottom = 128.0
|
2021-06-05 14:11:47 +02:00
|
|
|
texture_normal = ExtResource( 4 )
|