Files
puzzle-quest/scenes/UI/list_ho/UI_list_ho.tscn
T

107 lines
3.1 KiB
Plaintext
Raw Normal View History

2021-05-15 16:27:05 +02:00
[gd_scene load_steps=10 format=2]
[ext_resource path="res://assets/ui/icones/skull.png" type="Texture" id=1]
[ext_resource path="res://assets/ui/themes/UI-Button-ItemsList-first.png" type="Texture" id=2]
[ext_resource path="res://assets/ui/themes/UI-Button-ItemsList-last.png" type="Texture" id=3]
[ext_resource path="res://assets/ui/themes/UI-Button-ItemsList.png" type="Texture" id=4]
[ext_resource path="res://assets/ui/themes/leather.theme" type="Theme" id=5]
2021-06-03 22:18:50 +02:00
[ext_resource path="res://assets/fonts/kirsty/kirsty_base.tres" type="DynamicFont" 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]
[ext_resource path="res://assets/ui/themes/UI-Button-ItemsList-first-hover.png" type="Texture" id=8]
[ext_resource path="res://assets/ui/themes/UI-Button-ItemsList-last-hover.png" type="Texture" id=9]
[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-05-15 16:27:05 +02:00
texture_normal = ExtResource( 2 )
texture_hover = ExtResource( 8 )
texture_focused = ExtResource( 8 )
[node name="Label" type="Label" parent="ListContainer/TextureButtonFirst"]
anchor_right = 1.0
anchor_bottom = 1.0
custom_fonts/font = ExtResource( 6 )
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-05-15 16:27:05 +02:00
margin_right = 196.0
2021-05-15 20:40:16 +02:00
margin_bottom = 81.0
2021-06-03 22:18:50 +02:00
focus_mode = 0
2021-05-15 16:27:05 +02:00
texture_normal = ExtResource( 4 )
texture_hover = ExtResource( 7 )
texture_focused = ExtResource( 7 )
[node name="Label" type="Label" parent="ListContainer/TextureButtonMiddle"]
anchor_right = 1.0
anchor_bottom = 1.0
custom_fonts/font = ExtResource( 6 )
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-05-15 16:27:05 +02:00
margin_right = 196.0
2021-05-15 20:40:16 +02:00
margin_bottom = 81.0
2021-06-03 22:18:50 +02:00
focus_mode = 0
2021-05-15 16:27:05 +02:00
texture_normal = ExtResource( 3 )
texture_hover = ExtResource( 9 )
texture_focused = ExtResource( 9 )
[node name="Label" type="Label" parent="ListContainer/TextureButtonLast"]
anchor_right = 1.0
anchor_bottom = 1.0
theme = ExtResource( 5 )
custom_fonts/font = ExtResource( 6 )
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
texture_normal = ExtResource( 1 )