feat: new cards in game
This commit is contained in:
parent
2c4e9d90f3
commit
5af462e78d
14 changed files with 700 additions and 123 deletions
|
|
@ -7,15 +7,19 @@
|
|||
[ext_resource type="Texture2D" uid="uid://blejyda8mendg" path="res://assets/card_base/InnerFill.png" id="4_2fw8n"]
|
||||
[ext_resource type="Texture2D" uid="uid://by7ws88pn4tvb" path="res://assets/card_base/Separator.png" id="5_n3v14"]
|
||||
[ext_resource type="Texture2D" uid="uid://0gxplli5krq2" path="res://assets/card_base/Pill.png" id="6_wrd2a"]
|
||||
[ext_resource type="Theme" uid="uid://cj3vs5hq2mcbp" path="res://cards.tres" id="7_fp6ys"]
|
||||
[ext_resource type="Theme" path="res://cards.tres" id="7_fp6ys"]
|
||||
[ext_resource type="FontFile" uid="uid://08q3kkwmd4u6" path="res://assets/Inter-Regular.otf" id="9_vilw6"]
|
||||
[ext_resource type="Texture2D" uid="uid://rh3aswb0p7ri" path="res://assets/energy.png" id="10_2t0ey"]
|
||||
|
||||
[node name="CardBase" type="Control" node_paths=PackedStringArray("card_name_label", "card_desc_label", "icon_rect")]
|
||||
custom_minimum_size = Vector2(220, 320)
|
||||
layout_mode = 3
|
||||
anchors_preset = 0
|
||||
offset_right = 220.0
|
||||
offset_bottom = 320.0
|
||||
scale = Vector2(0.7, 0.7)
|
||||
pivot_offset = Vector2(110, 160)
|
||||
size_flags_vertical = 8
|
||||
script = ExtResource("1_d22a5")
|
||||
card_name_label = NodePath("MarginContainer/Title")
|
||||
card_desc_label = NodePath("MarginContainer/DescriptionLabel")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue