bump update
This commit is contained in:
parent
58266f02a4
commit
34ada16c8b
16
docs/changelogs/changelog-1.5.4.md
Normal file
16
docs/changelogs/changelog-1.5.4.md
Normal file
@ -0,0 +1,16 @@
|
||||
# Latest (master) changelog
|
||||
|
||||
Changes marked with 💖 will be listed in the short version of the changelog in `version.downloadMe`.
|
||||
|
||||
### Additions
|
||||
- Controller Support (💖)
|
||||
|
||||
### Changes
|
||||
- KeyBinds don't effect menu screen options anymore.
|
||||
- Updated some image assets
|
||||
- Fixed spookeez audio sync
|
||||
|
||||
### Bugfixes
|
||||
- Fixed Input Drops/Disappering Notes (💖)
|
||||
- Fixed HitGraph/Result Screen bugs
|
||||
- Fixed the chart editor
|
@ -40,7 +40,7 @@ class MainMenuState extends MusicBeatState
|
||||
|
||||
public static var nightly:String = "";
|
||||
|
||||
public static var kadeEngineVer:String = "1.5.3" + nightly;
|
||||
public static var kadeEngineVer:String = "1.5.4" + nightly;
|
||||
public static var gameVer:String = "0.2.7.1";
|
||||
|
||||
var magenta:FlxSprite;
|
||||
|
@ -1,6 +1,3 @@
|
||||
1.5.3;
|
||||
- Score Screen
|
||||
- Rewrote the entire hit ranking system
|
||||
- Fixed song names so they don't crash
|
||||
- New asset loading system
|
||||
- New Logo
|
||||
1.5.4;
|
||||
- Controller Support
|
||||
- Fixed Input Drops/Disappering Notes
|
Loading…
x
Reference in New Issue
Block a user