X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2Fapp.cpp;h=610f995c135a68cf221595652cfe044400a62706;hb=ad7cf72ed47c39640d5588ba53386e090289b4d1;hp=a6acade2c30f3f8eaf898160b922e84b0b810cac;hpb=045a6ec084bf1fb4df3c6ade4a88932cf61bed23;p=blank.git diff --git a/src/app/app.cpp b/src/app/app.cpp index a6acade..610f995 100644 --- a/src/app/app.cpp +++ b/src/app/app.cpp @@ -269,6 +269,8 @@ void Assets::LoadBlockTypes(const std::string &set_name, BlockTypeRegistry ®, type.texture = tex_index.GetID(tex_name); } else if (name == "color") { in.ReadVec(type.color); + } else if (name == "outline") { + in.ReadVec(type.outline_color); } else if (name == "label") { in.ReadString(type.label); } else if (name == "luminosity") {