Compare commits
2 Commits
bad5b1884f
...
6b032742d5
Author | SHA1 | Date | |
---|---|---|---|
6b032742d5 | |||
50021ff039 |
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -11,9 +11,10 @@
|
|||
luac.out
|
||||
|
||||
# Misc (Image, MacOS, Backups) files
|
||||
*.psd
|
||||
*~
|
||||
.DS_Store
|
||||
|
||||
# Tools
|
||||
*.tiled-session
|
||||
*.ase
|
||||
*.psd
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
local GAMMA = 2.2
|
||||
local GAMMA_INV = 1/GAMMA
|
||||
|
||||
local _VERSION = '1.0.8'
|
||||
local _VERSION = '1.0.9'
|
||||
|
||||
local colors = {_VERSION = _VERSION}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user