1
0

Compare commits

..

No commits in common. "9744d841f7f97d843061d7025a65a0c099a6d6aa" and "f70889aeedc9777f837f83203c951f01ce4410fe" have entirely different histories.

2 changed files with 2 additions and 3 deletions

3
.gitignore vendored
View File

@ -11,10 +11,9 @@
luac.out luac.out
# Misc (Image, MacOS, Backups) files # Misc (Image, MacOS, Backups) files
*.psd
*~ *~
.DS_Store .DS_Store
# Tools # Tools
*.tiled-session *.tiled-session
*.ase
*.psd

View File

@ -2,7 +2,7 @@
-- --
-- @author Jon Michael Aanes (jonjmaa@gmail.com) -- @author Jon Michael Aanes (jonjmaa@gmail.com)
local _VERSION = '0.1.3' local _VERSION = '0.1.2'
local palette_swap = { local palette_swap = {
_VERSION = _VERSION, _VERSION = _VERSION,