removed server added client code

This commit is contained in:
2024-02-28 21:10:21 +01:00
parent 4ff9591f92
commit 57621537c4
35 changed files with 1093 additions and 512 deletions

23
Assets/Cards/1/card.json Normal file
View File

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

BIN
Assets/Cards/1/card.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB