Compare commits
2 Commits
80de6071e4
...
72475b05bd
Author | SHA1 | Date | |
---|---|---|---|
72475b05bd | |||
c25700b4a4 |
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -11,9 +11,10 @@
|
||||||
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
|
||||||
|
|
|
@ -192,7 +192,7 @@ unjustified, abandoning it's eye-guiding attributes.
|
||||||
8. Special cases: (Array-tree, Table-Tree, Linked-List, Predictive Sequences) TODO
|
8. Special cases: (Array-tree, Table-Tree, Linked-List, Predictive Sequences) TODO
|
||||||
--]]
|
--]]
|
||||||
|
|
||||||
local _VERSION = '0.5.6'
|
local _VERSION = '0.5.7'
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
-- Import files
|
-- Import files
|
||||||
|
|
Loading…
Reference in New Issue
Block a user