diff options
-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. |