Fix XML asset URLs and rendering of Shirts and Pants assets in RCC
This commit is contained in:
parent
3e34d018e1
commit
4d2d2e8c1c
|
|
@ -55,7 +55,7 @@ if gear then
|
|||
player.Character.Torso["Right Shoulder"].CurrentAngle = math.rad(90)
|
||||
end
|
||||
|
||||
local click = ThumbnailGenerator:Click("PNG", 420, 420, true)
|
||||
local click = ThumbnailGenerator:Click("PNG", 2048, 2048, true)
|
||||
|
||||
local result = '{"Status": "Completed", "Click": "' .. tostring(click) .. '"}'
|
||||
print("[" .. game.JobId .. "] Successfully rendered, moving on...")
|
||||
|
|
|
|||
Loading…
Reference in New Issue