No warning or error when a wall has an undefined texture.

Issue #319 open
Adam Biser created an issue

Using this tile definition, the engine will have a HOM-like effect, but I don’t see a warning about missing textures. Might be useful to have one if possible.

tile 1
{
    texturenorth = "BLAH";
    texturesouth = "BLAH";
    textureeast = "BLAH";
    texturewest = "BLAH";
}

Comments (1)

  1. Log in to comment