diff --git a/.gitignore b/.gitignore index ea8c4bf..ac2fab7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /target +*.ignore \ No newline at end of file diff --git a/src/render/texturearray.rs b/src/render/texturearray.rs index 904d0d8..58fd1c0 100644 --- a/src/render/texturearray.rs +++ b/src/render/texturearray.rs @@ -41,8 +41,8 @@ impl Tex { } impl TextureArray { - const INDEX_PATH: &'static str = "assets/index.toml"; - const INDEX_ROOT: &'static str = "assets"; + const INDEX_PATH: &'static str = "assets.ignore/index.toml"; + const INDEX_ROOT: &'static str = "assets.ignore"; pub fn get_texture(&self, name: &str) -> Texture { match self.textures.get(name) {