Doors are now meshed into the walls better but I got rid of the wood wals. They suck.

This commit is contained in:
Zed A. Shaw 2026-03-17 11:43:16 -04:00
parent 4c11829580
commit 349656589b
9 changed files with 19 additions and 18 deletions

View file

@ -67,6 +67,7 @@ namespace textures {
for(auto &el : tiles.items()) {
auto &config = el.value();
const string& texture_fname = config["texture"];
// BUG: if the tiles.json ids aren't exactly in order this fails, but do I need this?
size_t surface_i = config["id"];
dbc::check(!TMGR.name_to_id.contains(el.key()),