]> git.lizzy.rs Git - tga_encoder.git/commitdiff
Works as MT mod
authorElias Fleckenstein <eliasfleckenstein@web.de>
Thu, 29 Apr 2021 11:10:42 +0000 (13:10 +0200)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Thu, 29 Apr 2021 11:10:42 +0000 (13:10 +0200)
init.lua [new file with mode: 0644]
mod.conf [new file with mode: 0644]

diff --git a/init.lua b/init.lua
new file mode 100644 (file)
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 (file)
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.