This repository has been archived by the owner on Oct 3, 2024. It is now read-only.
v0.4.1
moondroidcoder
released this
21 Jun 20:00
·
1163 commits
to develop
since this release
What's Changed
Added
- Touch and Swipe controls in every accessible menu.
- Pause button in Gameplay.
- Back button in all of the menus that do not have a proper way to exit out of with Touch.
- Easier to read documentation and guides for the Source Code.
Changed
- FlxPartialSound now uses openfl.Assets instead, also giving it mod support.
- Hitboxes now have a nice built-in animation for tapping
- FPS Now uses the display’s refresh rate and defaults to 60 FPS if somehow it’s lower than 60.
- Uses JDK 17 instead of the old yucky 8.
- Some storage tweaks.
Removed
- Virtual pad controls are now entirely removed from the game.
Fixed
- FlxPartialSound are now working on iOS Platforms due to openfl’s getBytes
- FlxPartialSound are now working on Android Platforms due to it using sys libraries.
- Plugging in a keyboard while inside the app doesn’t crash it now.
- Armv7 builds on android do not crash now.
New Contributors
Full Changelog: v0.3.3-playtest...v0.4.1