feat: trying to make game

This commit is contained in:
istamarahsan 2025-01-25 11:57:55 +07:00
parent e304dd671b
commit fbe2432819
27 changed files with 583 additions and 0 deletions

11
data/cards/taiman.tres Normal file
View 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