|
@@ -78,9 +78,9 @@ When saving and loading application specific files such as high scores, user set
|
|
[Check the example showing how to use sys.save() and sys.load()](/examples/file/sys_save_load/).
|
|
[Check the example showing how to use sys.save() and sys.load()](/examples/file/sys_save_load/).
|
|
|
|
|
|
### How to access files bundled with the application
|
|
### How to access files bundled with the application
|
|
-You can bundle files with your application in two ways:
|
|
|
|
|
|
+You can include files with your application using bundle resources and custom resources.
|
|
|
|
|
|
-1. **CUSTOM RESOURCES**
|
|
|
|
|
|
+#### Custom Resources
|
|
:[Custom Resources](../shared/custom-resources.md)
|
|
:[Custom Resources](../shared/custom-resources.md)
|
|
|
|
|
|
```lua
|
|
```lua
|
|
@@ -95,7 +95,7 @@ else
|
|
end
|
|
end
|
|
```
|
|
```
|
|
|
|
|
|
-2. **BUNDLE RESOURES**
|
|
|
|
|
|
+#### Bundle Resources
|
|
:[Bundle Resources](../shared/bundle-resources.md)
|
|
:[Bundle Resources](../shared/bundle-resources.md)
|
|
|
|
|
|
```lua
|
|
```lua
|