From 369dbb9d4379826d21076e9a69b560c4004c36fe Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Thu, 17 Apr 2025 15:56:05 +0200 Subject: [PATCH] Author --- palette-swap.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/palette-swap.lua b/palette-swap.lua index da89b35..58f7b82 100644 --- a/palette-swap.lua +++ b/palette-swap.lua @@ -1,4 +1,6 @@ --- Utility library for creating palette swaps of LÖVE-based images. +-- +-- @author Jon Michael Aanes (jonjmaa@gmail.com) local _VERSION = '0.1.0'