aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2021-04-29 13:10:42 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2021-04-29 13:10:42 +0200
commit18a3f148f87bcfc7b15bfcb7c4c1836c7c17919f (patch)
treef90f1d2025f71b161fdc240978f41fb8123cc46f
parente0c8d7846e60a39bafd8aabf403e02e4ad6201b6 (diff)
downloadtga_encoder-18a3f148f87bcfc7b15bfcb7c4c1836c7c17919f.tar.xz
Works as MT mod
-rw-r--r--init.lua1
-rw-r--r--mod.conf3
2 files changed, 4 insertions, 0 deletions
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.