feat: add card images
This commit is contained in:
parent
0d261242b3
commit
7b6be434a8
61 changed files with 819 additions and 37 deletions
|
|
@ -1,8 +1,9 @@
|
|||
[gd_resource type="Resource" script_class="ImplementedSupportCard" load_steps=5 format=3 uid="uid://4eod3m0vc5a8"]
|
||||
[gd_resource type="Resource" script_class="ImplementedSupportCard" load_steps=6 format=3 uid="uid://4eod3m0vc5a8"]
|
||||
|
||||
[ext_resource type="Script" path="res://tcg/card/support_card_effect_instance.gd" id="1_ujm0o"]
|
||||
[ext_resource type="Resource" uid="uid://cvu0rtt5nggf" path="res://data/support_effects/heal.tres" id="2_k1cnl"]
|
||||
[ext_resource type="Script" path="res://tcg/card/implemented_support_card.gd" id="3_at5nt"]
|
||||
[ext_resource type="Texture2D" uid="uid://48hblv72emyr" path="res://assets/support/potion.png" id="3_hk8kx"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_88lmk"]
|
||||
script = ExtResource("1_ujm0o")
|
||||
|
|
@ -16,3 +17,4 @@ type = "green"
|
|||
effects = Array[ExtResource("1_ujm0o")]([SubResource("Resource_88lmk")])
|
||||
name = "Potion"
|
||||
description = "Heal 30 HP"
|
||||
icon = ExtResource("3_hk8kx")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue