浏览代码

Update sys_save_load.md

Björn Ritzl 5 年之前
父节点
当前提交
9cacb4244c
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      examples/file/sys_save_load/sys_save_load.md

+ 2 - 0
examples/file/sys_save_load/sys_save_load.md

@@ -3,3 +3,5 @@ title: Save and Load
 brief: This example shows how to save and load data using sys.save() and sys.load()
 brief: This example shows how to save and load data using sys.save() and sys.load()
 scripts: sys_save_load.script
 scripts: sys_save_load.script
 ---
 ---
+
+The example will save and load a file containing a Lua table with a single value key-value pair representing a highscore. Loading and saving is done using sys.load() and sys.save(). Also refer to the [Working with files manual](https://defold.com/manuals/file-access/).