mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-17 04:12:57 +00:00
0.3.3 changelog
This commit is contained in:
parent
ac06c23577
commit
4e6d980447
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -4,6 +4,20 @@ All notable changes will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [0.3.3] - 2024-05-14
|
||||||
|
### Changed
|
||||||
|
- Cleaned up some code in `PlayAnimationSongEvent.hx` (thanks BurgerBalls!)
|
||||||
|
### Fixed
|
||||||
|
- Fix Web Loading Bar (thanks lemz1!)
|
||||||
|
- Don't allow any more inputs when exiting freeplay (thanks gamerbros!)
|
||||||
|
- Fixed using mouse wheel to scroll on freeplay (thanks JugieNoob!)
|
||||||
|
- Fixed the reset's of the health icons, score, and notes when re-entering gameplay from gameover (thanks ImCodist!)
|
||||||
|
- Fixed the chart editor character selector's hitbox width (thanks MadBear422!)
|
||||||
|
- Fixed camera stutter once a wipe transition to the Main Menu completes (thanks ImCodist!)
|
||||||
|
- Fixed an issue where hold note would be invisible for a single frame (thanks ImCodist!)
|
||||||
|
- Fix tween accumulation on title screen when pressing Y multiple times (thanks TheGaloXx!)
|
||||||
|
- Fix for a game over easter egg so you don't accidentally exit it when viewing
|
||||||
|
|
||||||
## [0.3.2] - 2024-05-03
|
## [0.3.2] - 2024-05-03
|
||||||
### Added
|
### Added
|
||||||
- Added `,` and `.` keybinds to the Chart Editor. These place Focus Camera events at the playhead, for the opponent and player respectively.
|
- Added `,` and `.` keybinds to the Chart Editor. These place Focus Camera events at the playhead, for the opponent and player respectively.
|
||||||
|
|
Loading…
Reference in a new issue