diff options
Diffstat (limited to 'docs/Packages/Textures.md')
| -rw-r--r-- | docs/Packages/Textures.md | 11 |
1 files changed, 11 insertions, 0 deletions
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: +`<package name>/<texture name (including the file extention)>` |
