1
0

Standard versioning
All checks were successful
Lua Library / Lua-Testing (push) Successful in 6s
Lua Library / Static-Analysis (push) Successful in 3s

This commit is contained in:
Jon Michael Aanes 2024-07-06 23:38:41 +02:00
parent 3e69350acd
commit 795edc18c1
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA

View File

@ -1,6 +1,10 @@
--- Utility library for creating palette swaps of LÖVE-based images.
local palette_swap = {}
local _VERSION = '0.1.0'
local palette_swap = {
_VERSION = _VERSION,
}
--------------------------------------------------------------------------------
-- Main work functions