57 lines
1.5 KiB
Text
57 lines
1.5 KiB
Text
[gd_scene load_steps=3 format=3 uid="uid://cqg23tpbanwv4"]
|
|
|
|
[ext_resource type="Script" uid="uid://b1d17jfxagdc7" path="res://Systems/Cards/CardBankItem.gd" id="1_gu47gh"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_asdfvfa"]
|
|
bg_color = Color(0.15, 0.15, 0.15, 1)
|
|
border_width_left = 1
|
|
border_width_top = 1
|
|
border_width_right = 1
|
|
border_width_bottom = 1
|
|
border_color = Color(0.4, 0.4, 0.4, 1)
|
|
corner_radius_top_left = 4
|
|
corner_radius_top_right = 4
|
|
corner_radius_bottom_right = 4
|
|
corner_radius_bottom_left = 4
|
|
|
|
[node name="CardBankItem" type="Control"]
|
|
custom_minimum_size = Vector2(0, 40)
|
|
layout_mode = 3
|
|
anchors_preset = 10
|
|
anchor_right = 1.0
|
|
grow_horizontal = 2
|
|
script = ExtResource("1_gu47gh")
|
|
|
|
[node name="CardFrame" type="Panel" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_asdfvfa")
|
|
|
|
[node name="RankLabel" type="Label" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 10.0
|
|
offset_top = 8.0
|
|
offset_right = 32.0
|
|
offset_bottom = 32.0
|
|
theme_override_colors/font_color = Color(0.1, 0.7, 0.9, 1)
|
|
theme_override_font_sizes/font_size = 20
|
|
text = "3"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="CardNameLabel" type="Label" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_left = 40.0
|
|
offset_right = -10.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_font_sizes/font_size = 16
|
|
text = "Card Name"
|
|
vertical_alignment = 1
|