feat: add card images
This commit is contained in:
parent
0d261242b3
commit
7b6be434a8
61 changed files with 819 additions and 37 deletions
|
|
@ -1,6 +1,7 @@
|
|||
[gd_resource type="Resource" script_class="MonsterCard" load_steps=2 format=3 uid="uid://tgju8eodyuk1"]
|
||||
[gd_resource type="Resource" script_class="MonsterCard" load_steps=3 format=3 uid="uid://tgju8eodyuk1"]
|
||||
|
||||
[ext_resource type="Script" path="res://tcg/card/monster_card.gd" id="1_3jfyg"]
|
||||
[ext_resource type="Texture2D" uid="uid://cu0ivvtvryq64" path="res://assets/monster/rabbit 1.png" id="1_xibsw"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_3jfyg")
|
||||
|
|
@ -11,3 +12,4 @@ energy_cost = 1
|
|||
base_health = 50
|
||||
name = "Bunnaut"
|
||||
description = "Run faster than tortoise."
|
||||
icon = ExtResource("1_xibsw")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue