mirror of
https://github.com/Winded/StopMotionHelper.git
synced 2025-03-04 03:13:33 -05:00
Merge of the pretty save branch
This commit is contained in:
commit
9680e756ef
@ -269,7 +269,7 @@ function MGR.Save(path, serializedKeyframes, player)
|
||||
end
|
||||
|
||||
path = SaveDir .. (PlayerPath[player] or "") .. path .. ".txt"
|
||||
local json = util.TableToJSON(serializedKeyframes)
|
||||
local json = util.TableToJSON(serializedKeyframes, true)
|
||||
file.Write(path, json)
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user