# 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: `/`