+ Add translation function

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

View File

@ -14,6 +14,8 @@ it is easy to understand the generated images with a hexdump.
]]--
local S = minetest.get_translator("testnodes")
local textures_path = minetest.get_modpath( minetest.get_current_modname() ) .. "/textures/"
function encode_tga_type_3(w, h, ...)