Releases: seleb/bitsy-hacks
Releases · seleb/bitsy-hacks
v15.0.0
15.0.0 (2020-09-11)
Bug Fixes
- logic operators not working in 7.x (7c034a4), closes #168
- remove "and not" and "or not" operators (ffd7b81)
BREAKING CHANGES
- removed "and not" and "or not" operators from logic operators extended hack
v14.0.0
14.0.0 (2020-09-05)
Features
- add support for multiple followers (with option for stack/chain) (#170) (675f713)
BREAKING CHANGES
- this changes the
follower
export to followers
, since it's now a list
v13.5.2
13.5.2 (2020-08-30)
Bug Fixes
- sprite effects resetting after title text (d6f147a)
v13.5.1
13.5.1 (2020-08-30)
Bug Fixes
- reset sprite effects on game reset (c20accd)
v13.5.0
13.5.0 (2020-08-30)
Features
- add modulo (
%
) to extended logic operators (1fa9d61)