for now removed card class from hirarchy and added possibillity to render sprites on screen

This commit is contained in:
2023-12-07 22:39:34 +01:00
parent 0d89b1ce84
commit 8d7a67a454
20 changed files with 95 additions and 56 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

View File

@ -0,0 +1,19 @@
{
"name": "Test Monster",
"image": "Assets/Cards/testmonstercard/cards.png",
"description": "can attack other monsters",
"costs": 30,
"defense": 40,
"attacks":[
{
"id":1,
"name":"test attack",
"damage":80
},
{
"id":2,
"name":"test attack",
"damage":80
}
]
}