X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fworld%2FBlockType.hpp;h=caccb8f4b7ec237a014086195c6b065c875e2107;hb=55dbd6b35a39888f245e247d2e140f141f918178;hp=28f814b80d7245adf022f216689822b305c38142;hpb=955fbb45dedb570520fc45d2ce69f420bed2ad08;p=blank.git diff --git a/src/world/BlockType.hpp b/src/world/BlockType.hpp index 28f814b..caccb8f 100644 --- a/src/world/BlockType.hpp +++ b/src/world/BlockType.hpp @@ -20,6 +20,9 @@ struct BlockType { glm::vec3 color; glm::vec3 outline_color; + // a string to display to the user + std::string label; + Block::Type id; // light level that blocks of this type emit