diff --git a/init.lua b/init.lua index cd97bde..26ca643 100644 --- a/init.lua +++ b/init.lua @@ -14,6 +14,7 @@ it is easy to understand the generated images with a hexdump. ]]-- +local textures_path = minetest.get_modpath( minetest.get_current_modname() ) .. "/textures/" function encode_tga_type_3(w, h, ...) assert((w <= 256) and (h <= 256) and (w * h == #{...})) diff --git a/textures/.gitkeep b/textures/.gitkeep new file mode 100644 index 0000000..e69de29