switched up layout

This commit is contained in:
2023-12-13 16:18:15 +01:00
parent 5de6b06503
commit a47d372053
13 changed files with 42 additions and 34 deletions

View File

@ -1,4 +1,5 @@
{
"id": 1,
"name": "Test Monster",
"image": "Assets/Cards/testmonstercard/cards.png",
"description": "can attack other monsters",
@ -6,14 +7,16 @@
"defense": 40,
"attacks":[
{
"id":1,
"id": 1,
"name":"test attack",
"damage":80
"description": "can attack another Monster",
"damage": 80
},
{
"id":2,
"id": 2,
"name":"test attack",
"damage":80
"description": "can attack another Monster",
"damage": 80
}
]
}