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

19
data/cards/baraga.tres Normal file
View 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")