feat: new cards in game
This commit is contained in:
parent
2c4e9d90f3
commit
5af462e78d
14 changed files with 700 additions and 123 deletions
|
|
@ -1,5 +1,6 @@
|
|||
[gd_resource type="Resource" script_class="MonsterCard" load_steps=2 format=3 uid="uid://di76avwc0gn8e"]
|
||||
[gd_resource type="Resource" script_class="MonsterCard" load_steps=3 format=3 uid="uid://deo8mj887rfx1"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://b8accn4e2ojau" path="res://assets/monster/froggo 1.png" id="1_dyw44"]
|
||||
[ext_resource type="Script" path="res://tcg/card/monster_card.gd" id="1_s0p53"]
|
||||
|
||||
[resource]
|
||||
|
|
@ -11,3 +12,4 @@ energy_cost = 1
|
|||
base_health = 120
|
||||
name = "Axoluna"
|
||||
description = "Cute wanderer of the tank, Axoluna"
|
||||
icon = ExtResource("1_dyw44")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue