From 578cb5a61f98033ad710bc9fd847c3eeae89450a Mon Sep 17 00:00:00 2001 From: physcik Date: Fri, 27 Mar 2026 18:59:26 +0500 Subject: Minimal documentation --- docs/Packages/Textures.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/Packages/Textures.md (limited to 'docs/Packages/Textures.md') diff --git a/docs/Packages/Textures.md b/docs/Packages/Textures.md new file mode 100644 index 0000000..e2861a3 --- /dev/null +++ b/docs/Packages/Textures.md @@ -0,0 +1,11 @@ +# Textures + +The textures are located in the Textures directory of the package. Textures can be in any format Raylib does. +The directory should contain the `Meta.json` file with the following strcture: +``` +{ + "Avaliable": string[] +} +``` +Names of the files should be written in the array. After that you should be able to access the texture with following query: +`/` -- cgit v1.3