|
@@ -1886,7 +1886,7 @@ return {
|
|
|
description = "The `lovr.filesystem` module provides access to the filesystem.",
|
|
|
key = "lovr.filesystem",
|
|
|
enums = {},
|
|
|
- notes = "LÖVR programs can only write to a single directory, called the save directory. The location of the save directory is platform-specific:\n\n<table>\n <tr>\n <td>Windows</td>\n <td><code>C:\\Users\\<user>\\AppData\\Roaming\\LOVR\\<identity></code></td>\n </tr>\n <tr>\n <td>macOS</td>\n <td><code>/Users/<user>/Library/Application Support/LOVR/<identity></code></td>\n </tr>\n <tr>\n <td>Linux</td>\n <td><code>/home/<user>/.local/share/LOVR/<identity></code></td>\n </tr>\n <tr>\n <td>Android</td>\n <td><code>/sdcard/Android/data/<identity>/files</code></td>\n </tr> </table>\n\n`<identity>` should be a unique identifier for your app. It can be set either in `lovr.conf` or by using `lovr.filesystem.setIdentity`.\n\nAll filenames are relative to either the save directory or the directory containing the project source. Files in the save directory take precedence over files in the project.",
|
|
|
+ notes = "LÖVR programs can only write to a single directory, called the save directory. The location of the save directory is platform-specific:\n\n<table>\n <tr>\n <td>Windows</td>\n <td><code>C:\\Users\\<user>\\AppData\\Roaming\\LOVR\\<identity></code></td>\n </tr>\n <tr>\n <td>macOS</td>\n <td><code>/Users/<user>/Library/Application Support/LOVR/<identity></code></td>\n </tr>\n <tr>\n <td>Linux</td>\n <td><code>/home/<user>/.local/share/LOVR/<identity></code></td>\n </tr> </table>\n\n`<identity>` should be a unique identifier for your app. It can be set either in `lovr.conf` or by using `lovr.filesystem.setIdentity`.\n\nAll filenames are relative to either the save directory or the directory containing the project source. Files in the save directory take precedence over files in the project.",
|
|
|
functions = {
|
|
|
{
|
|
|
name = "append",
|