simplify board layout, wip
This commit is contained in:
parent
74c5a09015
commit
ed98a03552
|
|
@ -30,35 +30,18 @@ script = ExtResource("3_8v4c4")
|
||||||
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
|
|
||||||
[node name="VSeparator" type="VSeparator" parent="HBoxContainer"]
|
[node name="Panel" type="Panel" parent="HBoxContainer"]
|
||||||
custom_minimum_size = Vector2(20, 0)
|
|
||||||
layout_mode = 2
|
|
||||||
|
|
||||||
[node name="VBoxContainer2" type="VBoxContainer" parent="HBoxContainer"]
|
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
size_flags_horizontal = 3
|
size_flags_horizontal = 3
|
||||||
|
|
||||||
[node name="GridContainer" type="VFlowContainer" parent="HBoxContainer/VBoxContainer2"]
|
[node name="Control" type="Control" parent="HBoxContainer/Panel"]
|
||||||
layout_mode = 2
|
anchors_preset = 0
|
||||||
size_flags_vertical = 3
|
offset_left = 305.0
|
||||||
|
offset_top = 463.0
|
||||||
|
offset_right = 305.0
|
||||||
|
offset_bottom = 463.0
|
||||||
|
|
||||||
[node name="card-ancor" type="Panel" parent="HBoxContainer/VBoxContainer2/GridContainer"]
|
[node name="card3" parent="HBoxContainer/Panel/Control" instance=ExtResource("3_mg053")]
|
||||||
custom_minimum_size = Vector2(400, 250)
|
|
||||||
layout_mode = 2
|
|
||||||
|
|
||||||
[node name="card" parent="HBoxContainer/VBoxContainer2/GridContainer/card-ancor" instance=ExtResource("3_mg053")]
|
|
||||||
layout_mode = 2
|
|
||||||
offset_left = 0.0
|
|
||||||
offset_top = 0.0
|
|
||||||
offset_right = 0.0
|
|
||||||
offset_bottom = 0.0
|
|
||||||
|
|
||||||
[node name="card-ancor2" type="Panel" parent="HBoxContainer/VBoxContainer2/GridContainer"]
|
|
||||||
custom_minimum_size = Vector2(400, 250)
|
|
||||||
layout_mode = 2
|
|
||||||
|
|
||||||
[node name="card" parent="HBoxContainer/VBoxContainer2/GridContainer/card-ancor2" instance=ExtResource("3_mg053")]
|
|
||||||
layout_mode = 2
|
|
||||||
offset_left = 0.0
|
offset_left = 0.0
|
||||||
offset_top = 0.0
|
offset_top = 0.0
|
||||||
offset_right = 0.0
|
offset_right = 0.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue