diff --git a/Assets/.gitkeep b/Assets/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/Assets/Arenas/default.png b/Assets/Arenas/default.png deleted file mode 100644 index ba5da22..0000000 Binary files a/Assets/Arenas/default.png and /dev/null differ diff --git a/Assets/Cards/0/field.png b/Assets/Cards/0/field.png deleted file mode 100644 index 472f0a1..0000000 Binary files a/Assets/Cards/0/field.png and /dev/null differ diff --git a/Assets/Cards/1/card.json b/Assets/Cards/1/card.json deleted file mode 100644 index 3ce8af5..0000000 --- a/Assets/Cards/1/card.json +++ /dev/null @@ -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 - } - ] -} diff --git a/Assets/Cards/1/card.png b/Assets/Cards/1/card.png deleted file mode 100644 index 320d60d..0000000 Binary files a/Assets/Cards/1/card.png and /dev/null differ diff --git a/Assets/Cards/2/artworkjson.png b/Assets/Cards/2/artworkjson.png deleted file mode 100644 index 9955a0c..0000000 Binary files a/Assets/Cards/2/artworkjson.png and /dev/null differ diff --git a/Assets/Cards/2/testspellcard.json b/Assets/Cards/2/testspellcard.json deleted file mode 100644 index f812019..0000000 --- a/Assets/Cards/2/testspellcard.json +++ /dev/null @@ -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": [] -} \ No newline at end of file diff --git a/Assets/Cards/3/artworkjson.png b/Assets/Cards/3/artworkjson.png deleted file mode 100644 index 9955a0c..0000000 Binary files a/Assets/Cards/3/artworkjson.png and /dev/null differ diff --git a/Assets/Cards/3/testtrapcard.json b/Assets/Cards/3/testtrapcard.json deleted file mode 100644 index 13ed51a..0000000 --- a/Assets/Cards/3/testtrapcard.json +++ /dev/null @@ -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": [] -} \ No newline at end of file