Merge branch 'main' into weakness-importing
This commit is contained in:
commit
0c9a080dff
@ -1,58 +0,0 @@
|
|||||||
{
|
|
||||||
"AltLookAngle": {
|
|
||||||
"x": 0,
|
|
||||||
"y": 0,
|
|
||||||
"z": 0
|
|
||||||
},
|
|
||||||
"Autoraise": true,
|
|
||||||
"CardID": 266103,
|
|
||||||
"ColorDiffuse": {
|
|
||||||
"b": 0.71324,
|
|
||||||
"g": 0.71324,
|
|
||||||
"r": 0.71324
|
|
||||||
},
|
|
||||||
"CustomDeck": {
|
|
||||||
"2661": {
|
|
||||||
"BackIsHidden": false,
|
|
||||||
"BackURL": "https://steamusercontent-a.akamaihd.net/ugc/778493732358554721/C95D5B3564369BBC90833CA16DFC670FEFB80205/",
|
|
||||||
"FaceURL": "https://steamusercontent-a.akamaihd.net/ugc/778493732358554721/C95D5B3564369BBC90833CA16DFC670FEFB80205/",
|
|
||||||
"NumHeight": 2,
|
|
||||||
"NumWidth": 2,
|
|
||||||
"Type": 0,
|
|
||||||
"UniqueBack": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Description": "",
|
|
||||||
"DragSelectable": true,
|
|
||||||
"GMNotes": "",
|
|
||||||
"GUID": "91c83e",
|
|
||||||
"Grid": true,
|
|
||||||
"GridProjection": false,
|
|
||||||
"Hands": false,
|
|
||||||
"HideWhenFaceDown": false,
|
|
||||||
"IgnoreFoW": false,
|
|
||||||
"LayoutGroupSortIndex": 0,
|
|
||||||
"Locked": true,
|
|
||||||
"LuaScript": "",
|
|
||||||
"LuaScriptState": "",
|
|
||||||
"MeasureMovement": false,
|
|
||||||
"Name": "Card",
|
|
||||||
"Nickname": "Rules Index",
|
|
||||||
"SidewaysCard": false,
|
|
||||||
"Snap": true,
|
|
||||||
"Sticky": true,
|
|
||||||
"Tooltip": true,
|
|
||||||
"Transform": {
|
|
||||||
"posX": -62,
|
|
||||||
"posY": 1.495,
|
|
||||||
"posZ": 89,
|
|
||||||
"rotX": 0,
|
|
||||||
"rotY": 270,
|
|
||||||
"rotZ": 0,
|
|
||||||
"scaleX": 5.88,
|
|
||||||
"scaleY": 1,
|
|
||||||
"scaleZ": 5.88
|
|
||||||
},
|
|
||||||
"Value": 0,
|
|
||||||
"XmlUI": ""
|
|
||||||
}
|
|
@ -46,7 +46,7 @@ do
|
|||||||
obj.use_hands = false
|
obj.use_hands = false
|
||||||
|
|
||||||
if rot then
|
if rot then
|
||||||
obj.setRotationSmooth(rot, false, true)
|
obj.setRotation(rot)
|
||||||
end
|
end
|
||||||
obj.setPositionSmooth(newPos, false, true)
|
obj.setPositionSmooth(newPos, false, true)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user