Update embedded ressources notice.

raylib-lua was able to load file from payload since 3c68c3cfb9
This commit is contained in:
TSnake41 2021-10-24 13:25:58 +02:00
parent 707d2309b1
commit 0eca951b26
1 changed files with 2 additions and 2 deletions

View File

@ -63,8 +63,8 @@ If you need to update raylib binding, there are few tasks to do :
### Loading embedded ressources
Currently, raylib-lua doesn't support loading ressources from payload using
raylib API. However, you can still arbitrarily load files from payload using
Currently, raylib-lua support loading ressources from payload using
raylib API. You can also arbitrarily load files from payload using
`raylua.loadfile` which returns a boolean indicating success and file content.
### Making structs