merged broken branches client with master branch and added first statehandling for card placement

This commit is contained in:
2024-01-08 20:07:29 +01:00
parent 8f90633b16
commit 677552a617
53 changed files with 344 additions and 224 deletions

View File

@ -1,6 +1,9 @@
{
"name": "testspell",
"type":"EffectCard",
"image":"Assets/Cards/2/artwork.png",
"costs": 30,
"description":"this is a test spell card"
"defense": 0,
"description":"this is a test spell card",
"attacks": []
}