From 425bcad35f3d92fa4119e79494e47b859b5b0288 Mon Sep 17 00:00:00 2001 From: Nils Dagsson Moskopp Date: Fri, 17 Nov 2023 12:27:13 +0100 Subject: [PATCH] + Add texture folder (so it actually runs) --- init.lua | 1 + textures/.gitkeep | 0 2 files changed, 1 insertion(+) create mode 100644 textures/.gitkeep 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