]> git.localhorst.tv Git - blank.git/blobdiff - src/world/BlockType.hpp
textures
[blank.git] / src / world / BlockType.hpp
index 786c76cffbe3b566cdc048bce40624790c56db7c..95a960566b02fc57975ced99b13633166b643875 100644 (file)
@@ -17,6 +17,7 @@ namespace blank {
 struct BlockType {
 
        const Shape *shape;
+       float texture;
        glm::vec3 color;
        glm::vec3 outline_color;