1
0

Compare commits

..

No commits in common. "65991b5062a36b352bbd5d10172a7cfd21872a74" and "2d04b869e20114a3c49b1688e9fd5ff7b6701f00" 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

@ -13,7 +13,7 @@
-- - Checks that LÖVE is defined; if not, run in information loading -- - Checks that LÖVE is defined; if not, run in information loading
-- mode only. -- mode only.
local _VERSION = '0.1.5' local _VERSION = '0.1.4'
local error_original = error local error_original = error
local error, error_internal do local error, error_internal do