feat: trying to make game
This commit is contained in:
parent
e304dd671b
commit
fbe2432819
27 changed files with 583 additions and 0 deletions
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