Compare commits
2 Commits
2d04b869e2
...
65991b5062
Author | SHA1 | Date | |
---|---|---|---|
65991b5062 | |||
5f19fc3ac7 |
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
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
-- - Checks that LÖVE is defined; if not, run in information loading
|
||||
-- mode only.
|
||||
|
||||
local _VERSION = '0.1.4'
|
||||
local _VERSION = '0.1.5'
|
||||
|
||||
local error_original = error
|
||||
local error, error_internal do
|
||||
|
|
Loading…
Reference in New Issue
Block a user