Merge branch 'main' into playermat-xml

This commit is contained in:
Chr1Z93 2024-07-28 01:22:52 +02:00
commit 5ffe1e4a02
2 changed files with 1 additions and 59 deletions

View File

@ -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": ""
}

View File

@ -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)