Compare commits
No commits in common. "6b032742d5d087dcd868ff6a620606f9e2b199eb" and "bad5b1884f4958376f2cc7299310783100f88c7b" have entirely different histories.
6b032742d5
...
bad5b1884f
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -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
|
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
local GAMMA = 2.2
|
local GAMMA = 2.2
|
||||||
local GAMMA_INV = 1/GAMMA
|
local GAMMA_INV = 1/GAMMA
|
||||||
|
|
||||||
local _VERSION = '1.0.9'
|
local _VERSION = '1.0.8'
|
||||||
|
|
||||||
local colors = {_VERSION = _VERSION}
|
local colors = {_VERSION = _VERSION}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user