Mega Man Love v2.2.0
Ease-of-use update!!!
mmSfx
,mmMusic
,loader
,mapentity.layers
, and fullscreening have been wrapped bymegautils
!- Changed playing music files with intros. All songs with intros use a single audio file.
- Tiled map
.tmx
files can be loaded as a stage! This will also load in tileset.tsx
and object template.tx
files. save
functions use binser for decoding/encodingsave
files!- Added group layer support to maps.
- Added gravity-flipper to the demo stage.
- Added console commands
flip
andgrav
. - Renamed mostly everything to camelCase, for consistency, except for lua files.
- All audio files are now in mono.
megautils.freeze
andmegautils.unfreeze
now have a second parameter for freeze type.- Gravity physics for pickups and met.
- Fixed compression using infinite tile maps.
- Fixed climb tip animation offsets.
- Fixed all gravity bugs.
- Minor bug fixes.
Will this engine ever be finished? Will I ever add documentation??