feat: add card images
This commit is contained in:
parent
0d261242b3
commit
7b6be434a8
61 changed files with 819 additions and 37 deletions
|
|
@ -1,5 +1,6 @@
|
|||
[gd_resource type="Resource" script_class="MonsterCard" load_steps=2 format=3 uid="uid://dnf3gpji5prlr"]
|
||||
[gd_resource type="Resource" script_class="MonsterCard" load_steps=3 format=3 uid="uid://dnf3gpji5prlr"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://ujke0x73f77b" path="res://assets/monster/duck 1.png" id="1_4f7pv"]
|
||||
[ext_resource type="Script" path="res://tcg/card/monster_card.gd" id="1_a8rjn"]
|
||||
|
||||
[resource]
|
||||
|
|
@ -11,3 +12,4 @@ energy_cost = 1
|
|||
base_health = 70
|
||||
name = "Quackle"
|
||||
description = "Quack! Quack! No one notice me."
|
||||
icon = ExtResource("1_4f7pv")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue