Releases: SourceComb/sc-sprites
Releases · SourceComb/sc-sprites
Lua (LÖVE) Version 0.1.0
Based on f566f6d (equiv. to lua-generic-v0.2.0)
We have basic functionality.
Things aren't too well documented right now, though. Most of what you need can be found in main.lua (our test file).
Lua (Generic) Version 0.2.0
- Renamed
CoordstoSprite, which makes slightly more sense.- Renamed
Spritesheet.coordsto.sprites
- Renamed
Sprite:frames()is now a generator- Added
Sprite:getFrames(), which creates an array of frames in case you need it.
- Added
- Generally improved the codebase
- Actual parsing functionality is split into three separate functions, and moved to
Parser - Code is now much better documented
- Actual parsing functionality is split into three separate functions, and moved to
Lua (Generic) Version 0.1.1
- Now relying on Class Commons
- Removed hard dependency on middleclass (which now won't work without some kind of adapter/translator/thing).
Lua (Generic) Version 0.1.0
Now pretty format-compliant and having a usable API, it's about time to release.