From 18a3f148f87bcfc7b15bfcb7c4c1836c7c17919f Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Thu, 29 Apr 2021 13:10:42 +0200 Subject: Works as MT mod --- init.lua | 1 + mod.conf | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 init.lua create mode 100644 mod.conf diff --git a/init.lua b/init.lua new file mode 100644 index 0000000..d10f9b4 --- /dev/null +++ b/init.lua @@ -0,0 +1 @@ +tga_encoder = {} diff --git a/mod.conf b/mod.conf new file mode 100644 index 0000000..e4bfac8 --- /dev/null +++ b/mod.conf @@ -0,0 +1,3 @@ +name = tga_encoder +author = Fleckenstein +description = A TGA Encoder written in Lua without the use of external Libraries. -- cgit v1.2.3