Added cards

This commit is contained in:
Lauchmelder 2022-01-13 23:24:39 +01:00
parent 2a8b38ffc4
commit f3b4ffd75f
14 changed files with 273 additions and 8 deletions

34
res/card_atlas.json Normal file
View file

@ -0,0 +1,34 @@
[
{
"posX": 0,
"posY": 0,
"month": 0,
"type": 0,
"name_en": "Crane and Sun",
"name_jp": "松に鶴"
},
{
"posX": 0,
"posY": 1,
"month": 0,
"type": 2,
"name_en": "Poetry ribbon",
"name_jp": "松に赤短"
},
{
"posX": 0,
"posY": 2,
"month": 0,
"type": 3,
"name_en": "Pine plain",
"name_jp": "松のカス"
},
{
"posX": 0,
"posY": 3,
"month": 0,
"type": 3,
"name_en": "Pine plain",
"name_jp": "松のカス"
}
]