From 0eca951b2677ff87a44119614bcfb2347c1e5c3e Mon Sep 17 00:00:00 2001 From: TSnake41 Date: Sun, 24 Oct 2021 13:25:58 +0200 Subject: [PATCH] Update embedded ressources notice. raylib-lua was able to load file from payload since https://github.com/TSnake41/raylib-lua/commit/3c68c3cfb9a8069df633380c2c12ea8d0910441b --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c7ed333..8b2f270 100644 --- a/README.md +++ b/README.md @@ -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