mirror of
https://github.com/ldericher/fftcgtool
synced 2025-01-15 15:02:59 +00:00
deck rotation
This commit is contained in:
parent
424bebd30c
commit
ba58a99690
1 changed files with 2 additions and 1 deletions
|
@ -66,7 +66,8 @@ class TTSDeck(Cards):
|
||||||
"Transform": {
|
"Transform": {
|
||||||
"scaleX": 2.17822933,
|
"scaleX": 2.17822933,
|
||||||
"scaleY": 1.0,
|
"scaleY": 1.0,
|
||||||
"scaleZ": 2.17822933
|
"scaleZ": 2.17822933,
|
||||||
|
"rotY": 180.0,
|
||||||
},
|
},
|
||||||
"Locked": False,
|
"Locked": False,
|
||||||
"Grid": True,
|
"Grid": True,
|
||||||
|
|
Loading…
Reference in a new issue