1
0

Compare commits

..

No commits in common. "6b032742d5d087dcd868ff6a620606f9e2b199eb" and "bad5b1884f4958376f2cc7299310783100f88c7b" have entirely different histories.

2 changed files with 2 additions and 3 deletions

3
.gitignore vendored
View File

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

View File

@ -17,7 +17,7 @@
local GAMMA = 2.2
local GAMMA_INV = 1/GAMMA
local _VERSION = '1.0.9'
local _VERSION = '1.0.8'
local colors = {_VERSION = _VERSION}