Compare commits
No commits in common. "384561f40522753a6ed2d9646f018a9d34a01c26" and "6c51b525b5233c267f298c45136a1696939aedfd" have entirely different histories.
384561f405
...
6c51b525b5
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
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
--
|
--
|
||||||
-- Lua library for advanced error handling.
|
-- Lua library for advanced error handling.
|
||||||
|
|
||||||
local _VERSION = '0.5.8'
|
local _VERSION = '0.5.7'
|
||||||
|
|
||||||
local string_dist
|
local string_dist
|
||||||
do
|
do
|
||||||
|
|
Loading…
Reference in New Issue
Block a user