+ Add texture folder (so it actually runs)

This commit is contained in:
Nils Dagsson Moskopp 2023-11-17 12:27:13 +01:00
parent fb56eea60d
commit 425bcad35f
Signed by: erlehmann
GPG Key ID: A3BC671C35191080
2 changed files with 1 additions and 0 deletions

View File

@ -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 == #{...}))

0
textures/.gitkeep Normal file
View File