feat: trying to make game
This commit is contained in:
parent
e304dd671b
commit
fbe2432819
27 changed files with 583 additions and 0 deletions
19
data/cards/baraga.tres
Normal file
19
data/cards/baraga.tres
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[gd_resource type="Resource" script_class="MonsterCard" load_steps=4 format=3 uid="uid://cs7q8i7bvohmj"]
|
||||
|
||||
[ext_resource type="Script" path="res://tcg/card/monster_card.gd" id="1_v65bb"]
|
||||
|
||||
[sub_resource type="Gradient" id="Gradient_mubps"]
|
||||
offsets = PackedFloat32Array(0, 0.510204, 1)
|
||||
colors = PackedColorArray(0, 0, 0, 1, 0.159184, 0.159184, 0.159184, 1, 1, 1, 1, 1)
|
||||
|
||||
[sub_resource type="GradientTexture1D" id="GradientTexture1D_784dy"]
|
||||
gradient = SubResource("Gradient_mubps")
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_v65bb")
|
||||
rock = 100
|
||||
paper = 100
|
||||
scissors = 100
|
||||
energy_cost = 3
|
||||
base_health = 170
|
||||
art = SubResource("GradientTexture1D_784dy")
|
||||
11
data/cards/taiman.tres
Normal file
11
data/cards/taiman.tres
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[gd_resource type="Resource" script_class="MonsterCard" load_steps=2 format=3 uid="uid://di76avwc0gn8e"]
|
||||
|
||||
[ext_resource type="Script" path="res://tcg/card/monster_card.gd" id="1_j4601"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_j4601")
|
||||
rock = 50
|
||||
paper = 50
|
||||
scissors = 50
|
||||
energy_cost = 1
|
||||
base_health = 120
|
||||
Loading…
Add table
Add a link
Reference in a new issue