diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-04-29 13:10:42 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-04-29 13:10:42 +0200 |
commit | 18a3f148f87bcfc7b15bfcb7c4c1836c7c17919f (patch) | |
tree | f90f1d2025f71b161fdc240978f41fb8123cc46f | |
parent | e0c8d7846e60a39bafd8aabf403e02e4ad6201b6 (diff) | |
download | tga_encoder-18a3f148f87bcfc7b15bfcb7c4c1836c7c17919f.tar.xz |
Works as MT mod
-rw-r--r-- | init.lua | 1 | ||||
-rw-r--r-- | mod.conf | 3 |
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. |