feat: add card images
This commit is contained in:
parent
0d261242b3
commit
7b6be434a8
61 changed files with 819 additions and 37 deletions
|
|
@ -6,9 +6,9 @@
|
|||
[ext_resource type="Texture2D" uid="uid://crgrple0uik7x" path="res://assets/card_base/Stroke.png" id="3_qajq3"]
|
||||
[ext_resource type="Texture2D" uid="uid://blejyda8mendg" path="res://assets/card_base/InnerFill.png" id="4_pgomu"]
|
||||
[ext_resource type="Texture2D" uid="uid://by7ws88pn4tvb" path="res://assets/card_base/Separator.png" id="5_501uu"]
|
||||
[ext_resource type="Texture2D" uid="uid://bwo6dfe1kpxhe" path="res://assets/support/insurance.png" id="6_bpwac"]
|
||||
[ext_resource type="Texture2D" uid="uid://0gxplli5krq2" path="res://assets/card_base/Pill.png" id="6_ce7hm"]
|
||||
[ext_resource type="Theme" path="res://cards.tres" id="7_va1d7"]
|
||||
[ext_resource type="Texture2D" uid="uid://rh3aswb0p7ri" path="res://assets/energy.png" id="8_4yq42"]
|
||||
[ext_resource type="Theme" uid="uid://is34t82g4jg" path="res://cards.tres" id="7_va1d7"]
|
||||
[ext_resource type="FontFile" uid="uid://08q3kkwmd4u6" path="res://assets/Inter-Regular.otf" id="10_c2ugn"]
|
||||
|
||||
[node name="CardBase" type="Control" node_paths=PackedStringArray("card_name_label", "card_desc_label", "icon_rect")]
|
||||
|
|
@ -77,6 +77,17 @@ grow_vertical = 2
|
|||
texture = ExtResource("4_pgomu")
|
||||
expand_mode = 1
|
||||
|
||||
[node name="Icon" type="TextureRect" parent="MarginContainer"]
|
||||
layout_mode = 0
|
||||
offset_left = 2.0
|
||||
offset_top = 63.0
|
||||
offset_right = 209.0
|
||||
offset_bottom = 203.0
|
||||
pivot_offset = Vector2(304.286, 120.143)
|
||||
texture = ExtResource("6_bpwac")
|
||||
expand_mode = 1
|
||||
stretch_mode = 6
|
||||
|
||||
[node name="InnerStroke" type="NinePatchRect" parent="MarginContainer"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
|
|
@ -147,16 +158,6 @@ text = "Green card"
|
|||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="Icon" type="TextureRect" parent="MarginContainer"]
|
||||
layout_mode = 0
|
||||
offset_left = 26.0
|
||||
offset_top = 74.0
|
||||
offset_right = 169.0
|
||||
offset_bottom = 179.0
|
||||
texture = ExtResource("8_4yq42")
|
||||
expand_mode = 1
|
||||
stretch_mode = 6
|
||||
|
||||
[node name="DescriptionLabel" type="Label" parent="MarginContainer"]
|
||||
layout_mode = 0
|
||||
offset_left = 11.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue