made example.lua more clear

This commit is contained in:
Bailey 2022-12-22 12:28:35 +09:00 committed by GitHub
parent d326bb8d51
commit 850a2303cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,8 +22,7 @@ ExportScript.ConfigArguments =
arguments for export in low tick interval
based on "clickabledata.lua"
]]
-- Example
[0] = "%.4f",
[0] = "%.4f", -- Example
}
-----------------------------