feat: delete trying to make game
This commit is contained in:
parent
fbe2432819
commit
7d05df6e39
8 changed files with 13 additions and 51 deletions
|
|
@ -1,16 +1,16 @@
|
|||
[gd_resource type="Resource" script_class="SupportCard" load_steps=5 format=3 uid="uid://bhk1nc02g0gtb"]
|
||||
[gd_resource type="Resource" script_class="SupportCard" load_steps=5 format=3 uid="uid://4eod3m0vc5a8"]
|
||||
|
||||
[ext_resource type="Script" path="res://card/support_card_effect_instance.gd" id="1_fq8c7"]
|
||||
[ext_resource type="Resource" uid="uid://h1ki1kya43v7" path="res://data/support_effects/heal.tres" id="2_3x5mu"]
|
||||
[ext_resource type="Script" path="res://card/support_card.gd" id="2_44syi"]
|
||||
[ext_resource type="Script" path="res://tcg/card/support_card_effect_instance.gd" id="1_alamh"]
|
||||
[ext_resource type="Resource" uid="uid://cvu0rtt5nggf" path="res://data/support_effects/heal.tres" id="2_3x5mu"]
|
||||
[ext_resource type="Script" path="res://tcg/card/support_card.gd" id="2_72hmi"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_l7fsx"]
|
||||
script = ExtResource("1_fq8c7")
|
||||
magnitude = 3
|
||||
[sub_resource type="Resource" id="Resource_88lmk"]
|
||||
script = ExtResource("1_alamh")
|
||||
magnitude = 5
|
||||
effect = ExtResource("2_3x5mu")
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_44syi")
|
||||
type = null
|
||||
effect = Array[ExtResource("1_fq8c7")]([SubResource("Resource_l7fsx")])
|
||||
id = ""
|
||||
script = ExtResource("2_72hmi")
|
||||
type = "green"
|
||||
priority = 0
|
||||
effects = Array[ExtResource("1_alamh")]([SubResource("Resource_88lmk")])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue