Fix list object

This commit is contained in:
VAILLANT Jeremy
2021-05-15 20:40:16 +02:00
parent 890931faa8
commit 367ee388da
6 changed files with 72 additions and 12 deletions
+14 -10
View File
@@ -12,22 +12,27 @@
[node name="Control" type="MarginContainer"]
anchor_left = 1.0
anchor_top = 0.5
anchor_right = 1.0
anchor_bottom = 0.5
anchor_bottom = 1.0
margin_left = -196.0
grow_horizontal = 0
grow_vertical = 2
size_flags_vertical = 4
rect_min_size = Vector2( 196, 900 )
size_flags_vertical = 3
__meta__ = {
"_edit_use_anchors_": false
}
[node name="ListContainer" type="VBoxContainer" parent="."]
margin_right = 196.0
margin_bottom = 341.0
margin_bottom = 900.0
rect_min_size = Vector2( 196, 900 )
size_flags_horizontal = 3
size_flags_vertical = 3
custom_constants/separation = -10
[node name="TextureButtonFirst" type="TextureButton" parent="ListContainer"]
visible = false
margin_right = 196.0
margin_bottom = 81.0
texture_normal = ExtResource( 2 )
@@ -46,9 +51,9 @@ __meta__ = {
}
[node name="TextureButtonMiddle" type="TextureButton" parent="ListContainer"]
margin_top = 71.0
visible = false
margin_right = 196.0
margin_bottom = 152.0
margin_bottom = 81.0
texture_normal = ExtResource( 4 )
texture_hover = ExtResource( 7 )
texture_focused = ExtResource( 7 )
@@ -65,9 +70,9 @@ __meta__ = {
}
[node name="TextureButtonLast" type="TextureButton" parent="ListContainer"]
margin_top = 142.0
visible = false
margin_right = 196.0
margin_bottom = 223.0
margin_bottom = 81.0
texture_normal = ExtResource( 3 )
texture_hover = ExtResource( 9 )
texture_focused = ExtResource( 9 )
@@ -85,9 +90,8 @@ __meta__ = {
}
[node name="HBoxContainer" type="HBoxContainer" parent="ListContainer"]
margin_top = 213.0
margin_right = 196.0
margin_bottom = 341.0
margin_bottom = 128.0
alignment = 1
[node name="TextureButtonIndice" type="TextureButton" parent="ListContainer/HBoxContainer"]