mirror of
https://github.com/ldericher/fftcgtool
synced 2025-01-15 15:02:59 +00:00
updated FACEURL, ffdecks.json (square enix)
This commit is contained in:
parent
f1a5c78e21
commit
beda50e01d
2 changed files with 2 additions and 2 deletions
2
card.py
2
card.py
|
@ -4,7 +4,7 @@ from PIL import Image
|
||||||
from io import BytesIO
|
from io import BytesIO
|
||||||
|
|
||||||
# Card front by Square API
|
# Card front by Square API
|
||||||
FACEURL = "https://fftcg.square-enix-games.com/theme/tcg/images/cards/full/{}_eg.jpg"
|
FACEURL = "https://fftcg.cdn.sewest.net/images/cards/full/{}_eg.jpg"
|
||||||
|
|
||||||
# Card back image by Aurik
|
# Card back image by Aurik
|
||||||
BACKURL = "http://cloud-3.steamusercontent.com/ugc/948455238665576576/85063172B8C340602E8D6C783A457122F53F7843/"
|
BACKURL = "http://cloud-3.steamusercontent.com/ugc/948455238665576576/85063172B8C340602E8D6C783A457122F53F7843/"
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue