chore: 🔥 removed unused assets
This commit is contained in:
0
Assets/.gitkeep
Normal file
0
Assets/.gitkeep
Normal file
Binary file not shown.
Before Width: | Height: | Size: 11 KiB |
Binary file not shown.
Before Width: | Height: | Size: 612 B |
@ -1,23 +0,0 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 9.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.3 KiB |
@ -1,9 +0,0 @@
|
||||
{
|
||||
"name": "testspell",
|
||||
"type":"EffectCard",
|
||||
"image":"Assets/Cards/2/artwork.png",
|
||||
"costs": 30,
|
||||
"defense": 0,
|
||||
"description":"this is a test spell card",
|
||||
"attacks": []
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 2.3 KiB |
@ -1,9 +0,0 @@
|
||||
{
|
||||
"name": "testtrap",
|
||||
"type":"EffectCard",
|
||||
"image":"Assets/Cards/3/artwork.png",
|
||||
"costs": 30,
|
||||
"defense": 0,
|
||||
"description":"this is a test trap card",
|
||||
"attacks": []
|
||||
}
|
Reference in New Issue
Block a user