Releases: DimitriBarronmore/cyf-arenas
Releases · DimitriBarronmore/cyf-arenas
Arenas v2.2
- Fix a nasty bug in the cleanup process.
- Do a little more cleanup and reset, just in case.
Arenas v2.1 - Minor Compatibility Tweak
Call this an impulse fix.
Changelog:
- Reimplement MoveAndResize, MoveToAndResize, and ResizeImmediate purely for compatibility purposes.
- Add some error checking on types for a few functions.
Arenas v2.0 - CYF 0.6.6 Parity
Changelog:
- moved sprite layer slightly in preparation for bigger things down the line
- Arena.currenty is now given as 5px higher than Arena.y for parity
- innerColor, innerColor32, outerColor, and outerColor32 behave as you'd expect
- the arena made on library initialization copies the color of the real arena
- fixed bug introduced by 0.6.6 changing how Arena.Hide works
- prettied up some function names and merged the update functions to make the library nicer to use
Bugfix 05/03/21
Fixed a crash when using Player.Move, Player.MoveTo, or Player.MoveToAbs caused by a minor oversight.
Initial Release
v1.0 initial commit