basically function but needs a lot of refinement

This commit is contained in:
2024-04-23 03:24:23 -05:00
parent 3ac7bf33c4
commit d3beca8014
26 changed files with 985 additions and 345 deletions

View File

@@ -13,51 +13,36 @@ outline_color = Color(0, 0, 0, 1)
outline_size = 2
outline_color = Color(0, 0, 0, 1)
[node name="CardPreview" type="Control" groups=["CardGroup"]]
custom_minimum_size = Vector2(200, 200)
layout_mode = 3
anchors_preset = 0
offset_right = 200.0
offset_bottom = 200.0
script = ExtResource("1_o00ln")
[node name="CardPreviewBackground" type="Panel" parent="."]
[node name="CardPreview" type="PanelContainer"]
unique_name_in_owner = true
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
clip_contents = true
offset_left = 20.0
offset_top = 20.0
offset_right = 20.0
offset_bottom = 20.0
grow_horizontal = 2
grow_vertical = 2
theme_override_styles/panel = SubResource("StyleBoxFlat_ndhi0")
script = ExtResource("1_o00ln")
[node name="CardPreviewImage" type="TextureRect" parent="CardPreviewBackground"]
[node name="CardPreviewImage" type="TextureRect" parent="."]
unique_name_in_owner = true
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
layout_mode = 2
expand_mode = 1
stretch_mode = 5
[node name="CardPreviewNameLabel" type="Label" parent="."]
unique_name_in_owner = true
layout_mode = 0
offset_right = 40.0
offset_bottom = 23.0
layout_mode = 2
size_flags_vertical = 1
text = "Name"
label_settings = SubResource("LabelSettings_ui6ue")
autowrap_mode = 3
[node name="CardPreviewIdLabel" type="Label" parent="."]
unique_name_in_owner = true
layout_mode = 1
anchors_preset = 2
anchor_top = 1.0
anchor_bottom = 1.0
offset_top = -23.0
offset_right = 40.0
grow_vertical = 0
layout_mode = 2
size_flags_vertical = 8
text = "ID"
label_settings = SubResource("LabelSettings_gncft")
vertical_alignment = 2